actorcriticΒΆ

The root package.

agents Contains agents, which are an abstraction from environments.
baselines Contains baselines, which are used to compute the advantage.
kfac_utils Contains utilities that concern K-FAC.
model Contains the base class of actor-critic models.
multi_env Contains classes that provide the ability to run multiple environments in subprocesses.
nn Contains utilities that concern TensorFlow and neural networks.
objectives Contains objectives that are used to optimize actor-critic models.
policies Contains policies that determine the behavior of an agent.
envs Contains functions that are dedicated to certain environments.
examples Contains examples of how to use this project.