The simplest possible implementation of an OpenAI gym environment
- How to create your own gym environment from scratch -> Help to get started
- Debugging a Reinforcement Learning algorithm
Great resource: https://github.com/openai/gym/tree/master/gym/envs
After cloning this repo, don't forget to install your new python package with
pip install -e ~/github/gym_dummy_env/
This should also intall the dependencies (in this case, gym)