You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a university projekt using RL - i wanted to ask if RLPY is still in use and/or development; i tried to download the latest version and follow the instructions given in the documentary - but i cannot run "gridworld.py": TypeError: init() takes exactly 2 arguments (1 given)
=> maybe if the project is not supported any more, can you suggest an alternative?
thank you
The text was updated successfully, but these errors were encountered:
@reapphil Just to put it out there, a possible alternative is Open AI Gym. It's currently the most broad, python-oriented one that I've found and has good support. One downside is that, if this is for a university project, basic MDP solutions aren't as straightforward as they might be with RlPy or MDPToolbox.
I am trying to implement a university projekt using RL - i wanted to ask if RLPY is still in use and/or development; i tried to download the latest version and follow the instructions given in the documentary - but i cannot run "gridworld.py": TypeError: init() takes exactly 2 arguments (1 given)
=> maybe if the project is not supported any more, can you suggest an alternative?
thank you
The text was updated successfully, but these errors were encountered: