Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 591 Bytes

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