Skip to content

ilBarbara/gps-rllab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps-rllab3

Dependencies

python 3.5

This codebase requires a valid installation of rllab. Please refer to the rllab repository for installation instructions.

The environments are built in Mujoco 1.31: follow the instructions here to install Mujoco 1.31 if not already done. You are required to have a Mujoco license to run any of the environments.

Usage

source activate rllab3

cd gps/python

python gps/gps_main.py rllab3_ant_example
python gps/gps_main.py rllab3_ant_badmm

python gps/gps_main.py rllab3_hopper_example
python gps/gps_main.py rllab3_hopper_badmm
python gps/gps_main.py rllab3_hopper_traj_opt

python gps/gps_main.py rllab3_cheetah_example
python gps/gps_main.py rllab3_cheetah_badmm

For model-free(Reinforce):

python gps/gps_main.py rllab3_cheetah_mf

For model-base + model-free:

python gps/gps_main.py rllab3_cheetah_mdgps_mf
python gps/gps_main.py rllab3_cheetah_badmm_mf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published