MushroomRL / mushroom-rl

Python library for Reinforcement Learning.
MIT License
803 stars 145 forks source link

Patch 6 #149

Open Katze2664 opened 2 months ago

Katze2664 commented 2 months ago

wrapper_args is a list of lists, not list of dicts

AhmedMagdyHendawy commented 6 days ago

Thanks for pointing this out!

It should be a list of dict for a better argument passing. Now, it should work with dictionaries. Please let us know if this works better.

Cheers, Ahmed