rubensolozabal / OpenAI-Gym-demo-environment

Simple OpenAI Gym demo environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple OpenAI Gym demo environment

License:MIT License


Languages

Language:Python 100.0%