Gym Novel Gridworlds are environments for OpenAI Gym
Project description
Gym Novel Gridworlds
Gym Novel Gridworlds are environments for OpenAI Gym.
Installation
git clone https://github.com/gtatiya/gym-novel-gridworlds.git
cd gym-novel-gridworlds
pip install -e .
If you prefer, you can install directly from PyPI:
pip install gym-novel-gridworlds
Development Environment
Python 3.7.4 and following packages were used for development:
Python Packages
pip install gym==0.17.2
pip install keyboard==0.13.4
pip install matplotlib==3.1.2
pip install numpy==1.16.5
pip install stable_baselines=2.10.0
pip install tensorflow-gpu==1.14.0
Running
import gym
import gym_novel_gridworlds
env = gym.make('NovelGridworld-v0')
done = False
while not done:
env.render()
action = env.action_space.sample()
obs, reward, done, info = env.step(action)
env.close()
Enjoy a Trained Agent
If the trained agent exists, then you can see it in action using:
python enjoy.py -env <env id> -episodes <number of episodes>
For example, enjoy PPO2 on NovelGridworld-v0 during 10 episodes:
python enjoy.py -env NovelGridworld-v0 -episodes 10
Play it yourself
Play the game using keyboard interface
cd tests
python keyboard_interface.py
Environments
|
NovelGridworld-v0
|
NovelGridworld-v1
|
|
NovelGridworld-v2
|
NovelGridworld-v3
|
|
NovelGridworld-v4
|
NovelGridworld-v5
|
Project details
Release history Release notifications | RSS feed
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-novel-gridworlds-1.2.tar.gz.
File metadata
- Download URL: gym-novel-gridworlds-1.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28d278735f141ba7b21ea852834e75bbf96b3f12df219f4a511ead02375043cc
|
|
| MD5 |
b0044b058c0352cd48d18034551c6270
|
|
| BLAKE2b-256 |
7034d95d56d89e7ac160c1755e6720b95ad41bca5363bfe1f558ddb655ff9751
|
File details
Details for the file gym_novel_gridworlds-1.2-py3-none-any.whl.
File metadata
- Download URL: gym_novel_gridworlds-1.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f780c4d0c6e579b3ed9cacee3f06d2ba7f6461cc4a2917d53a55a56c25e17b
|
|
| MD5 |
43d2c6285c19d8b23b370a062ce96b98
|
|
| BLAKE2b-256 |
56899d21114ef6075afb63a4110da061a6424fca3790efd1c793098f35c0b2ed
|