ppo-BipedalWalker-v3 / benchmark_publish.py
sgoodfriend's picture
PPO playing BipedalWalker-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/2067e21d62fff5db60168687e7d9e89019a8bfc0
4b89739
raw
history blame contribute delete
114 Bytes
from rl_algo_impls.benchmark_publish import benchmark_publish
if __name__ == "__main__":
benchmark_publish()