Skip to content
Snippets Groups Projects
Select Git revision
  • d49082d6028a26709dff20dd515df809cdcd2c03
  • master default protected
2 results

license.txt

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project is licensed under the GNU General Public License v3.0 or later. Learn more
    value_iteration_agent_TODO_1.py 74 B
            self.policy, self.v = value_iteration(mdp, gamma=gamma, **kwargs)