Skip to content

This is for implementations of Subgoal-based Reward Shaping

Notifications You must be signed in to change notification settings

takato86/subgoal-based-reward-shaping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subgoal-based-reward-shaping

This is for implementations of Subgoal-based Reward Shaping.

Setup

This implementation requires external packages, and you first install the packages by pip or other package management tools.

pip install -r requirements

Run

You can run a learning agent in each domain.

Navigation in a four-room domain

python -m fourroom --config=fourroom/in/configs/fourooms.ini

Navigation in a pinball domain

python -m pinball --config=pinball/in/configs/pinball.ini

Fetch robot picks and places

mpiexec -n 8 python -m picknplace --config=picknplace/in/configs/picknplace.ini

Config file

We place a config file per algorithm and label the file the name of algorithm like sarsa. If you want to try LEARNED with HUMAN, you selectlearned_human.

Analysis

The program for analysis is here.

About

This is for implementations of Subgoal-based Reward Shaping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published