monicaMRL / Clean-up-world-gym

OpenAI gym style Clean up world environment for studying Hierarchical RL methods.

Home Page:https://monicaopatel.com/home/research/literature-review/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CleanUpWorld

Test bed for testing option framework related research

.pkl are pickel file of pretrained options. In this case, for each room there are two options, one each door. Options are trained using two different approaches, value iteration (voii.pkl), and q-Learning (oii.pkl).

Final aim of the project for to reach room to the right most of enviroment from any room using options.

Final file for the above implementations is use_sviVI.py which used synchronous value iteration over options to achive goal.

Results:

screenshot from 2017-10-11 02 07 21

About

OpenAI gym style Clean up world environment for studying Hierarchical RL methods.

https://monicaopatel.com/home/research/literature-review/

License:GNU General Public License v2.0


Languages

Language:Python 100.0%