google / dopamine

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
https://github.com/google/dopamine
Apache License 2.0
10.55k stars 1.38k forks source link

my own env doesn't converge #85

Open tsachiblau opened 5 years ago

tsachiblau commented 5 years ago

Hey,

I added my own env dopamine ( repo: https://github.com/KatyNTsachi/Hierarchical-RL ) I tried to train DQN agent on it, but it won't converge. This is reward graph image I did minor changes to the original code, I checked the returned picture and the returned reward and it seems like it's doing what it should do. The game that I created is very easy, you just need to take prizes that shows on the screen. the game looks like this: image the green ball is the player and the pink ball is the prize.

Any idea how to solve this problem?

Thanks, Tsachi

fbbfnc commented 5 years ago

The env repo is private