-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Matheus Vieira Portela edited this page Apr 7, 2016
·
11 revisions
- How does it work again? A simple explanation on how to use the system, and how it works in broad terms.
- Wait, what? A simple explanation on how this code is organized and which "conceptual blocks" (adapter system, controller system) are associated to which code files.
- It's simple, we kill the Pac-Man: Simple explanations on how to create and include a new ghost agent (say, one whose only action is to turn right on corners).
- I know Kung Fu: A simple tutorial on how to use a new learning method for the agent (different from Q-learning). It assumes, of course, that the method is already implemented, it just needs to be incorporated.
- A brave new world: A simple tutorial on how to use a different simulator.
- Hasta la vista, baby: Ideas on how to adapt the system to communicate through ROS.
- To infinity and beyond: Thoughts on how to enhance Multiagent RL.
- Give me knowledge: Study references to understand state estimation and reinforcement learning techniques.