OpenAI Gym environment created following Gym Docs. For testing purposes, we use a custom environment named IdentityEnv defined in this file.
To install gym-demo environment:
cd OpenAI-Gym-demo-environment/
pip install -e .
pip show gym-demo
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