Module Fehu_algorithmsSource

Reinforcement learning algorithms for Fehu.

Each algorithm follows a functional interface:

Available Algorithms

Policy Gradient Methods

Value-Based Methods

Future algorithms:

Sourcemodule Reinforce : sig ... end

Reinforce algorithm implementation.

Sourcemodule Dqn : sig ... end

Dqn algorithm implementation.