Jump to content


funny idea for a game utilizing anns and back propagation.


3 replies to this topic

#1 rouncer

    Senior Member

  • Members
  • PipPipPipPip
  • 2725 posts

Posted 02 March 2013 - 06:05 PM

say your ann is set up with its outputs controlling game mechanics (like camera movement, character animation) im not sure what the inputs would be, but inputs would be important in making it smart.

so the idea is, you sorta hand animate a 3d game movie and backpropagate it through the neural network, to achieve some kind of natural looking hand placed action.

has anyone ever made a game this way before? its a new kind of game creator system. (even non programmers could use it)

Youd have to sit there handmaking the animation for ages, and train it for a while, i imagine, but it really could be worth the effort, there would be no games like it.

I could use some help deciding what outputs (and more importantly, inputs) would be important to include.
you used to be able to fit a game on a disk, then you used to be able to fit a game on a cd, then you used to be able to fit a game on a dvd, now you can barely fit one on your harddrive.

#2 Stainless

    Member

  • Members
  • PipPipPipPip
  • 582 posts
  • LocationSouthampton

Posted 03 March 2013 - 11:40 AM

I did some research into a game creator that worked on AI

I used genetic algos and hand drawn graphics, there were two layers to the ai. The evaluation function played the game.

The trouble was that it was so slow, a single generation took 2 hours.

#3 rouncer

    Senior Member

  • Members
  • PipPipPipPip
  • 2725 posts

Posted 03 March 2013 - 07:19 PM

backprop would be faster than evolution... but still youd have to handplace all the animation, so thats what would take a while.

Thanks for the respectful reply, I got little from gamedev.net - if you come up with something new, you are often put down for it.
you used to be able to fit a game on a disk, then you used to be able to fit a game on a cd, then you used to be able to fit a game on a dvd, now you can barely fit one on your harddrive.

#4 }:+()___ (Smile)

    Member

  • Members
  • PipPipPip
  • 169 posts

Posted 03 March 2013 - 08:46 PM

Backprop (and any other gradient descend method) works only for smooth fitness function with one global minimum, while genetic algorithms can be used for more general case. I think motion control falls into second category so backprop can't help much.
Sorry my broken english!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users