Search:

Type: Posts; User: Crazy Glue

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    5,604

    I just started comparing the data from the TD...

    I just started comparing the data from the TD agents to the plain evolving agents. It actually looks like whatever i did works. When I plot the herbivores' max age vs. time, it appears that the TD...
  2. Replies
    32
    Views
    5,604

    Yeah, but im not really concerned about how well...

    Yeah, but im not really concerned about how well an agent does what it should so much as the way it learns. I want agents to have the least possible preprogrammed knowledge possible. If I just...
  3. Replies
    32
    Views
    5,604

    NNNnnnnooo! anything but decision trees! Id...

    NNNnnnnooo! anything but decision trees! Id rather go with trained neural nets if it comes to that. Well im gonna try to figure this out on my own i guess. I wanna stick with reinforcement learning....
  4. Replies
    32
    Views
    5,604

    I dont want to use any training data whatsoever...

    I dont want to use any training data whatsoever though. I want agents to be able to learn on their own whats good and bad for them without any prior knowledge of the environment. If theres a better...
  5. Replies
    32
    Views
    5,604

    Yeah, I can do that. My simulator can save the...

    Yeah, I can do that. My simulator can save the agents' neural nets and then reload them if needed. But that doesnt solve the prob of the really big/low neural net weights
  6. Replies
    32
    Views
    5,604

    If i want to, I can train the agents as long as I...

    If i want to, I can train the agents as long as I need to. All id have to do is kill off the carnivores or keep them from sucesfuly eating, then set the energy loss for each turn to 0.
    As for the...
  7. Replies
    32
    Views
    5,604

    The neural nets arent trained, they just begin...

    The neural nets arent trained, they just begin with random values. And yes, there are negative rewards. The weights turn out to be really high or really low
  8. Replies
    32
    Views
    5,604

    I think im screwing up with how the weights are...

    I think im screwing up with how the weights are adjusted. I looked at some of the agent weights in the simulator and the numbers were pretty huge. I could see how this would happen, since if the...
  9. Replies
    32
    Views
    5,604

    Ok, i looked for a while, and I tried using...

    Ok, i looked for a while, and I tried using temporal difference learning with neural networks, kinda like in TD-Gammon. Heres the algorithm I used

    1. The agent acts based on which output cell has...
  10. Replies
    32
    Views
    5,604

    I dont see how that would work though for any...

    I dont see how that would work though for any other agent action besides eating. How would an herbivore for example know that turning when a carnivore is infront of it would be a good thing? From...
  11. Replies
    32
    Views
    5,604

    Nah, this needs to be actual AI learning, not...

    Nah, this needs to be actual AI learning, not just probability actions. By the way, im sending this to MIT too, and i care more about them being impressed than my school. I have until the end of...
  12. Replies
    32
    Views
    5,604

    lol this is just my senior project that im...

    lol this is just my senior project that im working on for highschool. I just want to add some method for agents to learn how to act on their own as they live.
  13. Replies
    32
    Views
    5,604

    Best method for agent learning?

    Ive made an artificial life simulator where agents begin with simple, randomly generated neural networks but develop strategies and complex behaviors through natural selection. However, they remain...
  14. Replies
    2
    Views
    1,323

    Yay! it works! Thankkssss X-D

    Yay! it works! Thankkssss X-D
  15. Replies
    2
    Views
    1,323

    New questiona about visual C# lol

    When I push a button in my program, it starts a loop that first destroys and then creates some labels. What I want to get is to be able to see whats happening each iteration of the loop. Whats...
  16. Ah yeah, doing that was easier than I thought it...

    Ah yeah, doing that was easier than I thought it would have been. I orignally was thinking about running both programs simultaneously somhow using streams and sockets or something, but i guess this...
  17. Need help getting a program to run command prompt and a windows app together

    Right now, i have a C# program that runs in command prompt and writes tons of text files, which i then use a seperate windows C# program that reads the files to translate the data into an image. I...
  18. Replies
    8
    Views
    2,303

    lol i dont want anything fancy in terms of 3d...

    lol i dont want anything fancy in terms of 3d graphics. But id prefer 3d as opposed to 2d just because it would look much more impressive i think
  19. Replies
    8
    Views
    2,303

    would openGL be too complicated you think?

    would openGL be too complicated you think?
  20. Replies
    8
    Views
    2,303

    3D graphics for a noob?

    Over the last few months, ive been working on an artificial life simulator in C#. Everything is working fine, but the graphics leave a bit to be desired. All the program really shows is a bunch of...
  21. Replies
    15
    Views
    2,761

    Ah I think I get it now. Why should I use XML...

    Ah I think I get it now. Why should I use XML though instead regular text files? I dont really know anything about XML.
  22. Replies
    15
    Views
    2,761

    But then, id have a new problem---The program id...

    But then, id have a new problem---The program id use to illustrate the data will prbly be slow. The way i have it set up, you just enter the turn you want to see, and it just opens the text file with...
  23. Replies
    15
    Views
    2,761

    Efficiency problems

    Ive been working on an artificial life simulator in C# recently. One major problem I am having though is efficiency. In the simulator, I generate a small text file for each turn that passes, which I...
  24. Replies
    1
    Views
    1,206

    Problem with streams and sockets

    Ive been trying to get a server/client application ive made to work across different computers. On the same computer, everything works fine. On different computers though, the server and client dont...
  25. Replies
    4
    Views
    4,484

    Good book for AI in C#?

    Im thinking about doing my senior project for school next year on AI. Perhaps something like a computer chess game or anything else that would show some cool AI concepts. I have a decent knowledge of...
Results 1 to 25 of 27
Page 1 of 2 1 2