-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Trained AutoEncoder for Mountain track #9
Comments
Hello. I have currently done everything listed so far in the tutorials. When I run the code, it says there is no module named wandb. Is this because I didn't use pip install -r requirements.txt after cloning rl-baselines3-zoo? or is there another reason. I have used the pip install -e . on the feats that I have supposed to do, but the requirements.txt of rl-baselines3-zoo were not installed in the video, so I figured it was not needed. Thank you |
Below is the error I get when trying to install requirements of rl-baselines3-zoo: Collecting gym==0.21 (from -r requirements.txt (line 1)) × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Thank you. I think that what you did worked. I ran into another error regarding my environment? Traceback (most recent call last): I am using an anaconda env, and open up a terminal through that env to get the correct Python version. Is there something I missed regarding setting up an environment? I didn't realize it would go through the code of the anaconda env. Thanks for your help! |
Hello. I really appreciate your tutorials, but now I am a little lost. My goal is to simply just use the trained VAE for the mountain track and have the agent start learning on the mountain track. I believe I have most of the packages downloaded, but could you please guide me in the right direction on how to do this? Thank you so much
The text was updated successfully, but these errors were encountered: