Assignments for Berkeley CS 285: Deep Reinforcement Learning
- Homework 1(Imitation Learning): https://jimchen.me/en/ml/Imitation-Learning-with-DAgger
- Homework 2(Policy Gradients): https://jimchen.me/en/ml/Policy-Gradients
- Homework 3(Actor-Critic and Q Learning): https://jimchen.me/en/ml/Q-Learning-and-SAC
- Homework 4(Model-Based RL): https://jimchen.me/en/ml/Model-Based-RL
- Homework 5(Offline RL): https://jimchen.me/en/ml/Offline-RL
export PYTHONPATH=$(pwd):$PYTHONPATH
Please use Python3.8
sudo dnf install python3.8
Then first sudo dnf install swig