MachineLearning/actor_critic library
Actor-Critic (minimal)
A small Actor-Critic agent combining an actor network (policy) and a critic
network (value estimator). Both networks are simple MLPs from the project's
ANN module. The implementation focuses on API clarity so it can be used
in examples and tests without external dependencies.