2

I want to install "stabe-baselines3[extra]" But in the PyCharm Package installer is only "stable-baselines3" available.

enter image description here

When try to install it via 'pip install' I do get this error:

enter image description here Translation: 'pip' is not recognized as an internal or external command

How do I get the [extra]?

msba
  • 141
  • 1
  • 8
  • Hope that answer helps. Please remember to drop me a comment if I did not answer your question so that I can continue to try to help you get this resolved :) – Cfomodz Jul 05 '21 at 18:15
  • The titular question isn't representative of the presented problem. – Tyler Crompton Jun 14 '22 at 20:37

2 Answers2

3

From: https://github.com/DLR-RM/stable-baselines3

installing stable baselines 3 vs 3 extra

So are you actually needing that additional functionality for atari games?

If so, then you can just use the built-in Terminal to manually install the package you are needing:

enter image description here

Which if you didn't already know, can be found right here:

enter image description here

Otherwise, you can just use stable-baselines3, as you have already found is available within the package manager.

Cfomodz
  • 532
  • 4
  • 17
0

The terminal has to be used. Reason the terminal hasn't worked is because in the settings 'Start directory' hasn't been the Python Scripts folder but the main-file folder. After that folder change the pip install command worked!

msba
  • 141
  • 1
  • 8