Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 915 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 915 Bytes

Simple OpenAI Gym environment

OpenAI Gym environment created following Gym Docs. For testing purposes, we use a custom environment named IdentityEnv defined in this file.

Installation

To install gym-demo environment:

cd OpenAI-Gym-demo-environment/
pip install -e .

pip show gym-demo

Test gym-demo environment on Stable Baselines

Stable Baselines is a set of improved implementations of Reinforcement Learning (RL) algorithms based on OpenAI Baselines. Follow the installation guide before running the test code.

python test.py