You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
I ran your code on nchain and it seems to work too well. Using DQN and BootstrappedDQN agents, we found the optimal reward of 10.0 too quick (900 episodes for DQN and within 50 episodes for BootstrappedDQN). This is too fast compared to the original paper, Deep Exploration via BootstrappedDQN which suggests around 500 episodes to reach max reward for 100 states. (https://arxiv.org/pdf/1602.04621.pdf)
I ran your code on nchain and it seems to work too well. Using DQN and BootstrappedDQN agents, we found the optimal reward of 10.0 too quick (900 episodes for DQN and within 50 episodes for BootstrappedDQN). This is too fast compared to the original paper, Deep Exploration via BootstrappedDQN which suggests around 500 episodes to reach max reward for 100 states. (https://arxiv.org/pdf/1602.04621.pdf)