Skip to content

IDSIA/policyevaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

General Policy Evaluation and Improvement by Learning to Identify Few But Crucial States

arxiv

Install requirements:

pip install -r requirements.txt

Reproduce PSSVF results for the MuJoCo environments:

python3 pssvf.py --env_name Ant-v3 --use_gpu 1
python3 pssvf.py --env_name HalfCheetah-v3 --use_gpu 1
python3 pssvf.py --env_name Swimmer-v3 --use_gpu 1
python3 pssvf.py --env_name Walker2d-v3 --use_gpu 1
python3 pssvf.py --env_name Hopper-v3 --use_gpu 1
python3 pssvf.py --env_name InvertedDoublePendulum-v2 --use_gpu 1

About

Official repository for the paper "General Policy Evaluation and Improvement by Learning to Identify Few But Crucial States"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages