- JDK 14 is required to run this project
- To start the simulation run
src/tanks/RobocodeRunner.java
- The model is pretrained in the
robots/sample/RL.data/data.dat
androbots/sample/RL.data/data_shooting.dat
files - To run the simulation with the pretrained model uncomment
useSavedMap()
function call atsrc/sample/RL.java:61
- To see the simulation uncomment line at
src/tanks/RobocodeRunner.java:65
- Number of rounds can be changed at
src/tanks/RobocodeRUnner.java:69
- To train the model from scratch don't call the
useSavedMap()
function, newly trained model will be saved torobots/sample/RL.data
directory