MoudleNotFoundError: No module named 'spinup.utils'
1
I'm doing installation from spinningup page. I wrote python -m spinup.run ppo --hid "[32,32]" --env LunarLander-v2 --exp_name installtest --gamma 0.999 but error occured ModuleNotFoundError: No module named 'spinup.utils' And i tried to install spinup and utils , pip install spinup pip install utils and it says, Requirement already satisfied So these are not answer for error. How can i solve spinup.utils error? linux terminal error image
linux installation
share | improve this question
edited Nov 20 '18 at 15:23
Fejs
1,941 1 11 24