vpg-LunarLander-v2 / benchmark_publish.py
sgoodfriend's picture
VPG playing LunarLander-v2 from https://github.com/sgoodfriend/rl-algo-impls/tree/2067e21d62fff5db60168687e7d9e89019a8bfc0
b3dc3b1
raw
history blame contribute delete
114 Bytes
from rl_algo_impls.benchmark_publish import benchmark_publish
if __name__ == "__main__":
benchmark_publish()