gym-inventory
gym-inventory copied to clipboard
Fix deprecated arguments and module names
Hi! I tried to use the environment but I found it has some parts which are not compatible with gym anymore.
(1) the timestep_limit in the register function was deprecated more that 1 year ago (2) the _step and _reset methods drop a warning saying they will be soon deprecated.
Let me know if you need any extra edit.
Thanks for this fix! saved me a bunch of time.