Skip to main content

Gym interface to deepmind_lab environment

Project description

Gym wrapped for DeepMind Lab environments

Gym implementation of connector to Deepmind lab

Getting Started

Install the newest package by running:

pip install gym_deepmindlab

In your project:

import gym
import gym_deepmindlab

env = gym.make('DeepmindLabSeekavoidArena01-v0')

# Use the environment
observation = env.reset()

Suppoted Environments

This is the list of supported environments:

  • DeepmindLabLtChasm-v0
  • DeepmindLabLtHallwaySlope-v0
  • DeepmindLabLtHorseshoeColor-v0
  • DeepmindLabLtSpaceBounceHard-v0
  • DeepmindLabNavMazeRandomGoal01-v0
  • DeepmindLabNavMazeRandomGoal02-v0
  • DeepmindLabNavMazeRandomGoal03-v0
  • DeepmindLabNavMazeStatic01-v0
  • DeepmindLabNavMazeStatic02-v0
  • DeepmindLabSeekavoidArena01-v0
  • DeepmindLabStairwayToMelon-v0

Arguments

You can specify the screen size when creating a new environment:

import gym
import gym_deepmindlab

env = gym.make('DeepmindLabSeekavoidArena01-v0', width = 224, height = 224)

# Use the environment
observation = env.reset()

Thanks

Thanks to https://github.com/deepmind/lab for such a great work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gym_deepmindlab-0.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

gym_deepmindlab-0.1.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page