Viewing profile — wholemoley
wholemoley
HN member- Joined
- Sun, Jul 22, 2018, 2:42 PM UTC
- HN karma
- 49
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About wholemoley
Recent public activity
-
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…
-
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…
-
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…
- story
-
comment
Comment #18110112
Mark's Handbook for Mechanical Engineers, and AREMA.
-
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…
-
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…
-
comment
Comment #18071536
http://files.80s.nyc/photos/1/00189/0035.jpg Ghostbusters!
- story
-
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 …
- story
-
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...
-
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...
-
comment
Comment #17588648
Ok, I'll clean it up and post it.
-
comment
Comment #17588644
Alrighty, I'll clean it up and post it.
- story
-
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.…