Closed wilkinsmicawber closed 5 years ago
Hello,
Is the DQN agent provided by stable-baselines the rainbow model?
The DQN agent is not the rainbow model, however it integrates:
So the following are missing:
If you want an implementation of Rainbow, I recommend you to check Dopamine repo ;)
https://github.com/google/dopamine/blob/master/dopamine/agents/rainbow/rainbow_agent.py
The rainbow agent by default experienced the best base result in sonic for the OpenAI team by a large margin, if you exclude the ridiculously resource intensive parallel PPO training:
https://arxiv.org/pdf/1804.03720.pdf
Is the DQN agent provided by stable-baselines the rainbow model?