/gym_dummy_env

DummyEnv - The simplest possible implementation of an OpenAI gym environment

Primary LanguagePython

DummyEnv

The simplest possible implementation of an OpenAI gym environment

Motivation

  • How to create your own gym environment from scratch -> Help to get started
  • Debugging a Reinforcement Learning algorithm

Guide

Great resource: https://github.com/openai/gym/tree/master/gym/envs

Installing

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)