neural networks research group
areas
people
projects
demos
publications
software/data
Incorporating Advice into Neuroevolution of Adaptive Agents (2006)
Chern Han Yong
,
Kenneth O. Stanley
,
Risto Miikkulainen
, and
Igor V. Karpov
Neuroevolution is a promising learning method in tasks with extremely large state and action spaces and hidden states. Recent advances allow neuroevolution to take place in real time, making it possible to e.g. construct video games with adaptive agents. Often some of the desired behaviors for such agents are known, and it would make sense to prescribe them, rather than requiring evolution to discover them. This paper presents a technique for incorporating human-generated advice in real time into neuroevolution. The advice is given in a formal language and converted to a neural network structure through KBANN. The NEAT neuroevolution method then incorporates the structure into existing networks through evolution of network weights and topology. The method is evaluated in the NERO video game, where it makes learning faster even when the tasks change and novel ways of making use of the advice are required. Such ability to incorporate human knowledge into neuroevolution in real time may prove useful in several interactive adaptive domains in the future.
View:
PDF
Citation:
In
Proceedings of the Second Artificial Intelligence and Interactive Digital Entertainment Conference
, 98-104, Menlo Park, CA, 2006. AAAI Press.
Bibtex:
@InProceedings{yong:aiide06, title={Incorporating Advice into Neuroevolution of Adaptive Agents}, author={Chern Han Yong and Kenneth O. Stanley and Risto Miikkulainen and Igor V. Karpov}, booktitle={Proceedings of the Second Artificial Intelligence and Interactive Digital Entertainment Conference}, address={Menlo Park, CA}, publisher={AAAI Press}, pages={98-104}, url="http://nn.cs.utexas.edu/?yong:aiide06", year={2006} }
People
Igor V. Karpov
Masters Alumni
ikarpov [at] gmail com
Risto Miikkulainen
Faculty
risto [at] cs utexas edu
Kenneth Stanley
Postdoctoral Alumni
kstanley [at] cs ucf edu
Chern Han Yong
Masters Alumni
cherny [at] nus edu sg
Software/Data
rtNEAT C++
The rtNEAT package contains source code implementing the real-time NeuroEvolution of Augmenting Topologies method. In ad...
2006
Areas of Interest
Neuroevolution