Skip to content
/ BaRL_Envs Public

A collection of useful environments for testing Reinforcement Learning algorithms. Designed (mostly) with discrete, graph-based methods in mind.

License

Notifications You must be signed in to change notification settings

Ueva/BaRL_Envs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleenvs

A collection of Reinforcement Learning (RL) environments which I have implemented as part of my research. Hopefully this collection will grow over time, and prove useful to others as well.

All of these environments use an interaction API similar to that used by OpenAI Gym, however we do not implement Gym's Env class directly.

Further documentation coming soon!

Many of the smaller, discrete environments (e.g. Taxi, Hanoi, Rooms) are designed to be friendly for use with graph-based methods. If you wish to construct a state-transition graph for an environment, you can do so like this.