a2c-Acrobot-v1 / compare_runs.py
sgoodfriend's picture
A2C playing Acrobot-v1 from https://github.com/sgoodfriend/rl-algo-impls/tree/2067e21d62fff5db60168687e7d9e89019a8bfc0
ea785ef
raw
history blame contribute delete
No virus
99 Bytes
from rl_algo_impls.compare_runs import compare_runs
if __name__ == "__main__":
compare_runs()