Skip to content
View MaximeSzymanski's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MaximeSzymanski

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
MaximeSzymanski/README.md

Hi there 👋, I'm a french student in computer science, focus on Deep Learning.

I'm passionate about AI and I'm currently learning about it. I like implementing Deep Learning models and I'm also interested in Reinforcement Learning.

Check out my Medium profile for more details: Maxime Szymanski on Medium


📚 Research papers


🚀 Relevant projects

  • DeepRL Atari implementation : This project is a collection of Deep Reinforcement Learning algorithms. It is implemented in PyTorch and is tested on OpenAI Gym environments, including AtariGames.

    Relevant features : DQN, PPO, DDPG, AtariGames, Pytorch.

  • PPO implementation : This project is a self-made PPO, a reinforcement learning algorithm. It is implemented in PyTorch and is tested on OpenAI Gym environments.

    Relevant features : Discrete and Continuous action spaces handling, TensorBoard logging, Hyperparameters tuning, etc.

  • SplendIA : AI to play Splendor board game : This project is an AI to play Splendor board game. It is implemented in Python and is tested on Splendor board game. As a team, we implemented the board game and the AI. I was in charge of the AI part. We tested Monte-Carlo Tree Search and Alpha-Beta pruning algorithms. Moreover, we implemented a PPO algorithm to play the game, as a Self-Play algorithm.

    Relevant features : Self-Play reinforcement learning, Alpha-Beta pruning, Monte-Carlo Tree Search, etc.

  • Stocks Clustering : This project is a stocks clustering algorithm. It is implemented in Python and is tested on historical stocks data.

    Relevant features : K-Means clustering, PCA, Auto-Encoder, etc.


🧠 Skills

  • Languages: Python, C, C++, Java
  • Deep Learning: PyTorch, TensorFlow, Keras
  • Machine Learning: Scikit-learn, Pandas
  • Other: Git, Linux, Docker, SQL

Pinned Loading

  1. DeepRL_Atari_implementation DeepRL_Atari_implementation Public

    This repository contains implementations of several deep RL algorithm : DQN, PPO and DDPG. They can be used for ATARI games.

    Python 1

  2. PPO PPO Public

    Simple PPO implementation

    Python 4

  3. splendia splendia Public

    Forked from kalharko/splendia

    Web interface to play Splendor, solo game against différent kind of AIs.

    Jupyter Notebook

  4. FilmScrapping FilmScrapping Public

    Jupyter Notebook

  5. StocksClustering StocksClustering Public

    Jupyter Notebook 2