Rafael's Home Page
About me
My name is Rafael Neves, I am Economist & Data Scientist. You can find my other links on my linktree.
Here we will find misc stuff that I am interested in or links for things I wrote.
Software:
These are some software that I usually use or that I like for some reason:
- OpenBSD: It has comprehensive and well written manpages. The CSV commit messages are an example of how version control should be done. Some of my contributions are here.
- Ray: A python framework that simplify deploying, creating, and serving scalable data products. Besides they have RLlib that already include a lot of Reinforcement Learning Algorithms.
- Gym: A nice framework to implement your own environment or to test your RL algorithms against classic environments. See Gym Retro for an interface to console games.