If you interested in RL and this project you can get more research information here.
Dependencies:
- prettytable (
pip install prettytable
) - PyTorch
- tqdm
- pandas
- numpy
- matplotlib
To create venv
python -m venv venv && source venv/bin/activate
To install requirements
python -m pip intall -r requirements.txt
To Run Pretrained Models:
python main.py
To Run Train and Test:
python train_test.py
To Run Prediction agent:
python agent.py