cho3 / DRL.jl

deep reinforcement learning for julia
7 stars 1 forks source link

BREAKING: A devectorization scheme (for actions) that the DRL.rl module can see #3

Open cho3 opened 7 years ago

cho3 commented 7 years ago

I've tried a couple of things and I can't quite get it to work right.

In test/test_ddpg.jl, I've tried importing Base.convert, and defining convert(::type{A}, Vector{Real}), and importing Base.convert in DRL.rl as well. I've also tried a couple of different loading orders.