OpenNeroDemos - nnrg/opennero GitHub Wiki
When you download and run OpenNERO
- Search
- Brute Force (Uninformed) Search in MazeMod.
- Heuristic (Informed) Search in three varieties is demonstrated in the MazeMod.
- Reinforcement learning
- Q-Learning with ε-greedy policy
- Sarsa(λ) with ε-greedy policy
- Evolutionary Algorithms
- Neuroevolution agents are available in NeroMod and RoombaMod.
- Co-evolution of two populations as demonstrated in NeroMod.
- Other
- An agent that selects actions uniformly at random is demonstrated in the MazeMod.