Gym interface to deepmind_lab environment
Project description
Gym wrapper 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gym_deepmindlab-0.1.2.tar.gz.
File metadata
- Download URL: gym_deepmindlab-0.1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cca4caf1ab58e68ca0bd87e49d6ab7c7ab9a21a865b8f13853df3f6c138b64d3
|
|
| MD5 |
842de70e8fa4867fc633f6d81a9abf39
|
|
| BLAKE2b-256 |
4f17d6abdb1514fb2dcb77d42e21b81ecb075aafa71137ab4eab5390215f7848
|
File details
Details for the file gym_deepmindlab-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gym_deepmindlab-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c1b19796a7b94d6fc389bf2e370b2fc87fb4c569aa6ab34a40e0d6bf727541f
|
|
| MD5 |
14a194521002e36143eb7442c25e3278
|
|
| BLAKE2b-256 |
defb9932a3e5ae9f22de5e97b29b474e080a8172bfbbce94ae6d070957dcf98b
|