Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 491 Bytes

lunarlander

Get started with

conda create -n <NAME> -c conda-forge python=3.10.*
conda activate <NAME>
git clone https://github.com/nvaytet/lunarlander
git clone https://github.com/<USERNAME>/<MYBOTNAME>_bot.git
cd lunarlander/
python -m pip install -e .
cd run/
ln -s ../../<MYBOTNAME>_bot .
python test.py