gyx v0.1.1 Gyx.Agents.SARSA.Agent

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Gyx.Agents.SARSA.Agent{
  Q: any(),
  epsilon: float(),
  epsilon_min: float(),
  gamma: float(),
  learning_rate: float()
}

Link to this section Functions

Link to this function

act_epsilon_greedy(agent, environment_state)

Link to this function

act_greedy(agent, environment_state)

Link to this function

handle_call(arg, from, state)

Link to this function

start_link(_, opts)

Link to this function

td_learn(agent, sarsa)