Skip to content

オフライン強化学習用フレームワーク及びSCQL,SCQL+Dの実装

License

Notifications You must be signed in to change notification settings

sql-hkr/offline-rl-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

オフライン強化学習

Code style: black Imports: isort

環境構築

git clone https://github.com/sql-hkr/offline-rl
cd offline-rl
python setup.py develop

Docker

Dockerイメージ:Dockerfile

git clone https://github.com/sql-hkr/offline-rl
cd offline-rl
docker build -t offline-rl .
docker run --gpus all -it -v $PWD:/workspace offline-rl

実行

python train_d4rl.py --algo_name={algo} --task {env} --seed 0 --lam 0.9

ex.

python train_d4rl.py --algo_name=mcq --task walker2d-medium-v2 --seed 6 --lam 0.9

About

オフライン強化学習用フレームワーク及びSCQL,SCQL+Dの実装

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages