Kaixhin / Rainbow

Rainbow: Combining Improvements in Deep Reinforcement Learning
MIT License
1.56k stars 282 forks source link

float state? #37

Closed gorogm closed 5 years ago

gorogm commented 5 years ago

Hi Kaixhin, I am trying to modify the code to use unscaled float inputs. Do I only have to make modifications in memory.py? Basically using float32 instead of uint8 and removing multiplying and dividing by 255 ? Thanks!

Kaixhin commented 5 years ago

Yes, that's all that should be necessary.