a2c-CarRacing-v0 / enjoy.py
sgoodfriend's picture
A2C playing CarRacing-v0 from https://github.com/sgoodfriend/rl-algo-impls/tree/2067e21d62fff5db60168687e7d9e89019a8bfc0
308e9ab
raw
history blame
78 Bytes
from rl_algo_impls.enjoy import enjoy
if __name__ == "__main__":
enjoy()