10000 GitHub - sahi11/rllib-tune-atari
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sahi11/rllib-tune-atari

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLlib+Tune Atari scripts

Install

pip install -r requirements.txt

Run

See arguments: python train.py --help

Algorithms:
python train.py --algo a2c
python train.py --algo apex (ERROR)
python train.py --algo dist-dqn --framework tf
python train.py --algo dqn (ERROR)
python train.py --algo duel-ddqn
python train.py --algo impala (ERROR)
python train.py --algo impala-large (ERROR)
python train.py --algo ppo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0