sgoodfriend's picture
PPO playing MicrortsDefeatCoacAIShaped-v3 from https://github.com/sgoodfriend/rl-algo-impls/tree/9ba0ab50894e5cea207289f4af8b53cbafa47748
9d36d7e
raw
history blame contribute delete
105 Bytes
from rl_algo_impls.selfplay_enjoy import selfplay_enjoy
if __name__ == "__main__":
selfplay_enjoy()