FluxML / Gym.jl

Gym environments in Julia
MIT License
54 stars 19 forks source link

Update DQN.jl #41

Open xgdgsc opened 4 years ago

xgdgsc commented 4 years ago

I have to make these changes to make DQN.jl work.

xgdgsc commented 4 years ago

And I wonder is it normal to have this warning: Performing scalar operations on GPU arrays: This is very slow, consider disallowing these operations with allowscalar(false)

xgdgsc commented 4 years ago

Resolved?