DeepRL Algorithms and Methods Setup Python: <= 3.7 <= 3.10 Install virtual environment, python -m venv venv Activate virtual environment venv, source venv/bin/activate Install dependencies, pip install -r requirements.txt Content DQN DDPG PPO