MatthewJA / Inverse-Reinforcement-Learning

Implementations of selected inverse reinforcement learning algorithms.
MIT License
957 stars 238 forks source link

Wrong syntax to unpack the object in the iteration #6

Open FDSMlhn opened 6 years ago

FDSMlhn commented 6 years ago

I was wondering why in irl/maxnet.py line 71, you unpack 3 thing from a 2-d array, I think this is a small error here?