ppo-Microrts-selfplay-unet / compare_runs.py
sgoodfriend's picture
PPO playing MicrortsDefeatCoacAIShaped-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/4706d8dbb99b38e70d080c3de68d0751ea585a2f
7058eb5
raw
history blame contribute delete
99 Bytes
from rl_algo_impls.compare_runs import compare_runs
if __name__ == "__main__":
compare_runs()