aims-umich / neorl

NeuroEvolution Optimization with Reinforcement Learning
MIT License
51 stars 18 forks source link

added discrete result decoding at end of routine #33

Closed deanrp2 closed 2 years ago

deanrp2 commented 2 years ago

Currently, this does not pass ex_mixedea.py because of the assertion on line 221 where assert Vessel(x_aeo) == y_aeo.

I am feeling like the integer indices are being passed into Vessel inside the algorithms inside AEO instead of the actial values those indices correspond to.

Are the x0 args inside the evolute function supposed to be integer indices or the actual values they correspond to?

No not merge, this is more like a platform for review.