seldonian.RL.Agents.Policies.Softmax.Softmax ============================================ .. currentmodule:: seldonian.RL.Agents.Policies.Softmax .. autoclass:: Softmax :members: :private-members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. automethod:: __repr__ .. rubric:: Methods .. autosummary:: .. .. ~Softmax.__init__ .. .. ~Softmax.choose_action .. .. ~Softmax.choose_action_from_action_values .. .. ~Softmax.construct_basis_and_linear_FA .. .. ~Softmax.from_0_indexed_action_to_environment_action .. .. ~Softmax.from_environment_action_to_0_indexed_action .. .. ~Softmax.get_action_probs_from_action_values .. .. ~Softmax.get_action_values_given_state .. .. ~Softmax.get_e_to_the_something_terms .. .. ~Softmax.get_params .. .. ~Softmax.get_prob_this_action .. .. ~Softmax.get_probs_from_observations_and_actions .. .. ~Softmax.make_state_action_FA .. .. ~Softmax.set_new_params ..