a2c-LunarLander-v2 / optimize.py
sgoodfriend's picture
A2C playing LunarLander-v2 from https://github.com/sgoodfriend/rl-algo-impls/tree/2067e21d62fff5db60168687e7d9e89019a8bfc0
b12db6d
raw
history blame contribute delete
No virus
87 Bytes
from rl_algo_impls.optimize import optimize
if __name__ == "__main__":
optimize()