Skip to content

rl agents and scritps to solve the openai gym environments

Notifications You must be signed in to change notification settings

lsorgi/openai_gym_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI_gym

My openAI gym algorithm collection

Installation

Install Anaconda

Create a new environment:

conda create -n openai_gym python=3.8
conda activate openai_gym 
conda install pip

Install the package

git clone ###
cd ./cd openai_gym
pip install -r requirements.txt -e .

Testing

py.test

About

rl agents and scritps to solve the openai gym environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages