a2c-Acrobot-v1 / selfplay_enjoy.py
sgoodfriend's picture
A2C playing Acrobot-v1 from https://github.com/sgoodfriend/rl-algo-impls/tree/983cb75e43e51cf4ef57f177194ab9a4a1a8808b
d91be11
raw
history blame contribute delete
No virus
105 Bytes
from rl_algo_impls.selfplay_enjoy import selfplay_enjoy
if __name__ == "__main__":
selfplay_enjoy()