Skip to content

Skeleton Gym Environment for Deep Reinforcement Learning

Notifications You must be signed in to change notification settings

EduardDurech/Gym_Environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton Gym Environment for Deep Reinforcement Learning

Dependency

Make sure OpenAI's gym is installed https://gym.openai.com/docs/, e.g.

pip install gym

Installation

Navitage to main directory /Gym_Environment

pip install -e .

Implementation

import gym
import env_pkg

env = gym.make('fooEnv_ID')

See basicMLP.py for use with keras-rl

##Note: This is meant as an absolute minimal requirement for creating a Gym Environment. This does NOT check dependencies, log, or do anything fancy. See https://github.com/MartinThoma/banana-gym for further additions

About

Skeleton Gym Environment for Deep Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages