Live data from Hacker News

Viewing profile — wholemoley

wholemoley

HN member
Joined
Sun, Jul 22, 2018, 2:42 PM UTC
HN karma
49
Public activity
17 items

About wholemoley

Lurker, Interested in AI, RL, GA and your recipes for jujubes.

Recent public activity

  1. comment
    Comment #19436525

    As I mentioned in the other post, the curiosity bots can help with this. They're rewarded by exploring, not by values in game. Maybe alone they're not enough, but in conjunction wi…

  2. comment
    Comment #19436503

    This person https://github.com/pathak22/noreward-rl and his curiosity AI https://github.com/openai/large-scale-curiosity can do some cool stuff. I used it to train an AI to play Ma…

  3. comment
    Comment #19418861

    I made a seq2seq chatbot with Matrix/Riot, the python-api implementation ( https://github.com/matrix-org/matrix-python-sdk ) and https://github.com/tensorlayer/seq2seq-chatbot : He…

  4. story
  5. comment
    Comment #18110112

    Mark's Handbook for Mechanical Engineers, and AREMA.

  6. comment
    Comment #18100322

    Yeah, topology and weights. It's highly subject to initial conditions. You almost need another NEAT network to evolve the initial conditions. I believe it's turtles all the way dow…

  7. comment
    Comment #18096389

    The article is from last year but it's still extremely valuable and interesting. Exploring this topic is currently my primary hobby. Specifically, I've been using OpenAI's retro (S…

  8. comment
    Comment #18071536

    http://files.80s.nyc/photos/1/00189/0035.jpg Ghostbusters!

  9. story
  10. comment
    Comment #18034766

    If you do decide to do an evolutionary-based policy, I highly recommend messing around with NEAT ( https://github.com/CodeReclaimers/neat-python ).. I have successfully used it to …

  11. story
  12. comment
    Comment #17673172

    Here you go! https://www.youtube.com/watch?v=CFa6NhLgeL0&list=PLTWFMbPFsv... https://gitlab.com/lucasrthompson/Sonic-Bot-In-OpenAI-and-NE...

  13. comment
    Comment #17673164

    Here you go! https://www.youtube.com/watch?v=CFa6NhLgeL0&list=PLTWFMbPFsv... https://gitlab.com/lucasrthompson/Sonic-Bot-In-OpenAI-and-NE...

  14. comment
    Comment #17588648

    Ok, I'll clean it up and post it.

  15. comment
    Comment #17588644

    Alrighty, I'll clean it up and post it.

  16. story
  17. comment
    Comment #17587026

    I've been using the python-neat library in open-ai's retro with some success. And while it works quickly, it normally finds local maximas. It seems to struggle with long sequences.…