See proposal.pdf for the full project proposal.
Note: Windows is not supported. Please use Linux.
- Install Pipenv
- Install dependencies using
pipenv install
- Enter the environment using
pipenv shell
You can test OCAtari on the Assault game by running:
python demo_ocatari.py -p assault_dqn.gz
Run setup.sh
to download the model weights for SAM
The main executables are located under src/scripts/
.
Use the following command to run the code:
python -m src.scripts.<script_name>
(without the .py
extension)