The code includes a modified version of the CleanRL SAC implementation in the file clean_sac_hockey.py, which was used as a baseline comparison.
The final implementation with further info is in tqc.py.
run from se/ folder:
python3 tqc.py --helprun from se/ folder:
tensorboard --logdir runsrun from se/ folder:
for file in models/*.pt; do
python3 hockey_test.py --agent "$file"
donerun from se/ folder:
./compare.shrun from se/ folder:
./autorestart.sh --args --agent models/models/final_Test_d2_n2_tqc__1__1740091605.pt