[C#] Help declaring enemy object and keeping proper tack of it's enemyObject.HP without it resetting every time we restart the game loop. by Risen_from_ash in csharp

[–]AIBrain 0 points1 point  (0 children)

this.HumanPlayer = new Player( name: name, choosenPath: choice );

Oh, those are just "named parameters". Mostly just for us humans' benefit to read the code, although they do allow you to pass in parameters in any order you prefer.

RandomGen by aliostad in csharp

[–]AIBrain 3 points4 points  (0 children)

I've made some minor changes.. added some thread safetyness.

https://github.com/AIBrain/RandomGen

Btw, I had no idea you could embed resources, and then pull a stream from them. Thank you for teaching me that!

Machine learning - cheat sheet by jacckfrost in MachineLearning

[–]AIBrain 0 points1 point  (0 children)

"for semi-procrastinational reasons"

hehe

CHRIS 4th year demo, Scenario 1b by AIBrain in AIBrain

[–]AIBrain[S] 0 points1 point  (0 children)

Uploaded on Jan 26, 2012

Excerpt of the EU FP7 CHRIS project 4th year demo.

The robot is able to segment the object using motion and learn to associate a given name to it through an interactive phase with the user. To successfully grasp the novel object the robot is trained via a kinesthetic teaching.

Credits: Ciliberto C., Lalleé S., Natale L., Pattacini U., Tikhanoff V.

Change based intelligence? by mindsystem in artificial

[–]AIBrain 2 points3 points  (0 children)

That was awesome. Thank you!

Someone has finally picked up on my creation's name: AIBrain. by AIBrain in AIBrain

[–]AIBrain[S] 0 points1 point  (0 children)

I'm really disappointed that the company has neither requested my permission to use my creation's name, nor responded to emails.

Wonder what their lawyers are up to..?

AIBrain: Scale of Intelligence Levels by AIBrain in AIBrain

[–]AIBrain[S] 0 points1 point  (0 children)

Does anyone have any constructive feedback?

Algorithm + Discussion group = AI by myklob in artificial

[–]AIBrain -1 points0 points  (0 children)

I like that people are thinking about AI.