Post

experiment

RL-Experiment

  1. 在命令行中使用pip等操作需要先激活所要pip的虚拟环境,比如D:\reinforcement-learning-an-introduction-master.venv\Scripts\activate,又如D:\python_code.venv\Scripts\activate,然后才能pip install等操作

    千万不要打开cmd就直接pip install,否则是安装到全局环境中!

This post is licensed under CC BY 4.0 by the author.