Skip to content

Rainbow #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 312 commits into from
Closed

Rainbow #344

wants to merge 312 commits into from

Conversation

seann999
Copy link
Contributor

@seann999 seann999 commented Nov 4, 2018

Some changes to enable Rainbow

  • Merges Adds N-step learning for DQN-based agents. #317 for n-step learning
  • Adds prioritized replay buffer weights for CDQN using KL-based loss
  • Adds Double CDQN agent
  • Adds dueling architecture for CDQN
  • Adds noisy net option for CDQN ALE example
    Thus, Rainbow can be used in CDQN example with e.g.
    python3 examples/ale/train_categorical_dqn_ale.py --gpu 0 --arch dueling --noisy-net-sigma 0.5 --agent DoubleCDQN --num-step-return 3 --env BattleZoneNoFrameskip-v4 --prioritized

Currently running experiment in BattleZone game to compare with CDQN baseline

@seann999 seann999 closed this Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants