Pinned Repositories
2DSingleObjectLocalization
Localization of rings in synthecic images using a convolutional neural network (CNN). With localization we mean to predict the center of the circle in normalized coordinates relative to the center of the image.
Facebook-Hacker-Cup-2018
Anually hosted hackathon with 6000+ participants. Multiple algorithmic problems per round. Website: https://www.facebook.com/hackercup/contest
Google-Code-Jam-2018
Practicing for the google code jam kickstart 2018 with past problems of that competition. Link to the competition: https://code.google.com/codejam/past-contests
matching_algo
Prototyping matching algorithms that scale well
milkandhoneycrew
Milk + Honey is a music collective out of Bellingham, WA.
pytorch-maml
PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400
rlkit
Collection of reinforcement learning algorithms
SawyerSQL
Integration of Deep Reinforcement Learning in Robot Control. We use the physics engine MuJoCo to simulate the robot Sawyer from Rethink Robotics. As Deep RL algorithm we use Soft Q-Learning.
sonnet
TensorFlow-based neural network library
TowerBuildingBaxter_EECS_206A
Final project in the course EECS 206A at UC Berkeley in the Fall 2017 semester. Project team: Ruhullah Najafi, Rob Ruigrok, Gerrit Schoettler. Project website: https://sites.google.com/berkeley.edu/towerbuildingbaxter-eecs206a
gerritschoe's Repositories
gerritschoe/SawyerSQL
Integration of Deep Reinforcement Learning in Robot Control. We use the physics engine MuJoCo to simulate the robot Sawyer from Rethink Robotics. As Deep RL algorithm we use Soft Q-Learning.
gerritschoe/Facebook-Hacker-Cup-2018
Anually hosted hackathon with 6000+ participants. Multiple algorithmic problems per round. Website: https://www.facebook.com/hackercup/contest
gerritschoe/matching_algo
Prototyping matching algorithms that scale well
gerritschoe/2DSingleObjectLocalization
Localization of rings in synthecic images using a convolutional neural network (CNN). With localization we mean to predict the center of the circle in normalized coordinates relative to the center of the image.
gerritschoe/Google-Code-Jam-2018
Practicing for the google code jam kickstart 2018 with past problems of that competition. Link to the competition: https://code.google.com/codejam/past-contests
gerritschoe/milkandhoneycrew
Milk + Honey is a music collective out of Bellingham, WA.
gerritschoe/pytorch-maml
PyTorch implementation of MAML: https://arxiv.org/abs/1703.03400
gerritschoe/rlkit
Collection of reinforcement learning algorithms
gerritschoe/sonnet
TensorFlow-based neural network library
gerritschoe/TowerBuildingBaxter_EECS_206A
Final project in the course EECS 206A at UC Berkeley in the Fall 2017 semester. Project team: Ruhullah Najafi, Rob Ruigrok, Gerrit Schoettler. Project website: https://sites.google.com/berkeley.edu/towerbuildingbaxter-eecs206a
gerritschoe/softlearning
Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.