Operant conditioning algorithm?

Posted by Ken on Stack Overflow See other posts from Stack Overflow or by Ken
Published on 2012-11-24T20:58:53Z Indexed on 2012/11/24 23:04 UTC
Read the original article Hit count: 239

What's the best way to implement real time operant conditioning (supervised reward/punishment-based learning) for an agent? Should I use a neural network (and what type)? Or something else?

I want the agent to be able to be trained to follow commands like a dog. The commands would be in the form of gestures on a touchscreen. I want the agent to be able to be trained to follow a path (in continuous 2D space), make behavioral changes on command (modeled by FSM state transitions), and perform sequences of actions.

The agent would be in a simulated physical environment.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about machine-learning