Skip to content
View tboulet's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report tboulet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tboulet/README.md

Welcome to my GitHub profile ! ✨

About me 🙂

My name is Timothé Boulet and I am a french Machine Learning Engineer specialized in Deep Learning. In particular, I have a lot of interest for Reinforcement Learning. I also worked on other DL fields such as Supervised Learning, Time Series, NLP, and AI Safety & Alignment, and on other AI fields such as Game Theory/Game Playing AI, Operational Research and Search Problems/Decision Making.

I followed various courses at CentraleSupélec (Paris) while learning by myself about these domains. I aim to do research on a related field in the future.

My curriculum (details on my LinkedIn):

  • Research Intern at FLOWERS (INRIA's Reinforcement Learning team in Bordeaux (France)): Population Evolutionnary Reinforcement Learning Environnement - 6 months

  • Maths Vision Apprentissage (MVA) master at Ecole Normale Supérieure Paris Saclay : one of the most renowned masters in europe for machine learning - 1 year

  • R&D intern at Ubisoft La Forge: Deep Learning applied to Video Games - 6 months

  • Research intern at InstaDeep : Deep RL for optimization in maritime Network Design - 6 months

  • Student at CentraleSupélec : top 3 french Engineer School (Deep Learning lessons and many more) - 3 years

Educational Purposes Projects 🎓

Personal Projects 🔥

  • VM Placement problem : The formulation sof the VM Placement problem and several variants of it, as well as algorithms for solving them.
  • Deep RL Framework : a framework made by myself for Deep Reinforcement Learning. It is based on the OpenAI Gym and pytorch.
  • AI agents for Search Problems : a python package for Search Problems and Search Algorithms (DFS, A*,...). PyPI package : SearchProblemsAI.
  • AI agents for Games : a python package for Perfect Information Extensive-from Games (Chess, Connect4,...) and some algorithm ((Expecti)MiniMax, MCTS, ...).
  • LocalPerf : an easy-to-use package for measuring the performance of python in any machine, in terms of CPU, multiprocessing and GPU (pytorch with CUDA), and also verify that the GPU is used. PyPI package : localperf.
  • Telegram bot : Sold-out Tickets Detector. Repository here.
  • IntegOR : a python package based on scipy.optimize that aims to traduce an Operation Research problem that can be linearized to a binary integer linear problem, to solve it. PyPI package : integor.
  • Stable Baselines 3 Full Pipeline. A repository built on top of SB3 with some additional features. Repository here.
  • Backtracking : A python package for backtracking algorithm, as an interface and a solving function. PyPI package : backtracking.
  • Computer Vision Project : Facial Expression Recognition. Information here.

Group Projects 👯

How to reach me 📫

You can contact me on LinkedIn or by mail.

Personal Mail : timothe.boulet0@gmail.com
CentraleSupélec mail : timothe.boulet@student-cs.fr
ENS Paris Saclay mail : timothe.boulet@ens-paris-saclay.fr

Pinned

  1. Formation-Reinforcement-Learning Formation-Reinforcement-Learning Public

    Reinforcement Learning Formation repository, as part of Automatants formations for the CentraleSupélec campus.

    Python 19 1

  2. gridworld_rl gridworld_rl Public

    Implementation of a gridworld environnement with basic RL algorithms on it

    Python 12

  3. RL-Playground RL-Playground Public

    A web app Reinforcement Learning playground to play with different methods and hyperparameters on different tabular RL environments

    7

  4. Deep-RL-Framework Deep-RL-Framework Public

    RLearn is a framework for Deep Reinforcement Learning made by myself. I implements diverse RL algorithms and try to make them learn on various environnements.

    Python 5

  5. research-project-template research-project-template Public template

    A template repository, for the objective of combining research and good code practice. It focuses on code structure, modularity, configuration system (Hydra) and logging (tensorboard and WandB)

    Python 4 1

  6. Algorithms-for-Normal-Form-Games Algorithms-for-Normal-Form-Games Public

    A research project on various algorithms for solving Normal Form Games

    Python 3