This is an implementation of proximal policy optimization(PPO) algorithm with Keras.
Start an experiment:
python main.py
-
run_exp.pyCreate environment and agent. Agent interacts with enviornment and learns with samples.
-
config.pyConfiguration about agent, environment, experiment, and path.
-
ppo.pyImplementation of PPO algorithm.