lgsvl / gym-lgsvl

OpenAI Gym Environment for SVL Simulator.
Other
24 stars 8 forks source link

ModuleNotFoundError: No module named 'spinup' #2

Closed muety closed 5 years ago

muety commented 5 years ago

The installation instruction don't mention to install spinningup. I just commented it out in random_agent.py, since it is only used for logging, to get the agent running. But I think either should it be mentioned in the instructions or replaced by some more "light weight" logging mechanism.

daviduhm commented 5 years ago

The documentation has been updated to install spinningup.

roboserg commented 3 years ago

The documentation does not mention anything about "spinningup" - https://www.svlsimulator.com/docs/third-party-integration/openai-gym/

Would you have a link to a proper documentation?