diff --git a/reinforcement/analysis.py b/reinforcement/analysis.py index 497e5d2..8706d01 100644 --- a/reinforcement/analysis.py +++ b/reinforcement/analysis.py @@ -12,6 +12,9 @@ # Student side autograding was added by Brad Miller, Nick Hay, and # Pieter Abbeel (pabbeel@cs.berkeley.edu). +# François Pelletier +# IFT-7025 +# Matricule: 908144032 ###################### # ANALYSIS QUESTIONS # diff --git a/reinforcement/qlearningAgents.py b/reinforcement/qlearningAgents.py index dc8c8e4..586120b 100644 --- a/reinforcement/qlearningAgents.py +++ b/reinforcement/qlearningAgents.py @@ -12,6 +12,9 @@ # Student side autograding was added by Brad Miller, Nick Hay, and # Pieter Abbeel (pabbeel@cs.berkeley.edu). +# François Pelletier +# IFT-7025 +# Matricule: 908144032 from game import * from learningAgents import ReinforcementAgent diff --git a/reinforcement/valueIterationAgents.py b/reinforcement/valueIterationAgents.py index bdfe560..be9620c 100644 --- a/reinforcement/valueIterationAgents.py +++ b/reinforcement/valueIterationAgents.py @@ -12,6 +12,10 @@ # Student side autograding was added by Brad Miller, Nick Hay, and # Pieter Abbeel (pabbeel@cs.berkeley.edu). +# François Pelletier +# IFT-7025 +# Matricule: 908144032 + import mdp, util