Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
Hi,
As this week's lecture is on reinforcement learning, I have a great blog to share from Andrej Karpathy (cofounder of OpenAI) on reinforcement learning https karpathy.github.io 2016 05 31 rl
Sharing because this may be useful to Gozz and other s...
Also are we allowed to use the fact that one of the agents is a random agent in our decision making?
Not necessarily looking at the code in it, but just the fact that the actions of it are random, and so we can't use its actions to determine whether i...
Hi,
I understand gozz has mentioned that he prefers us not to look at the provided code for the other agents, and that we should devise our own strategy to solve this project.
Are we allowed to use the variables in the agent.py class, namely the missio...