Skip to content
View Reymer249's full-sized avatar
😁
Enjoying
😁
Enjoying

Highlights

  • Pro

Block or report Reymer249

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Thesis_X-CLIP Thesis_X-CLIP Public

    This is the folder for my thesis paper. The PDF file of the paper is included.

    Python 1

  2. Computer-Vision_Gesture-Classification Computer-Vision_Gesture-Classification Public

    Segment-based gesture classification using ResNeXt-101 features and lightweight MLPs, trained on the Jester dataset. This project explores frame sampling strategies, MLP architectures, and segment …

    Jupyter Notebook

  3. Reinforcement-Learning_Temporal-Difference Reinforcement-Learning_Temporal-Difference Public

    Experiments with n-step Temporal Difference learning (Q-learning, SARSA, Expected SARSA) in a Cliff Walking environment, inspired by Sutton & Barto’s Reinforcement Learning.

    Python

  4. Airbus-Ship-Detection-Challenge Airbus-Ship-Detection-Challenge Public

    This is the repository for Airbus Ship Detection Challenge on Kaggle

    Jupyter Notebook

  5. Reinforcement-Learning_Markov-Decision-Process Reinforcement-Learning_Markov-Decision-Process Public

    Implementation of Value Iteration and Q-value Iteration for solving discrete Markov Decision Processes in a maze environment with multiple goals, keys, and doors.

    Python

  6. Symbolic-AI_Goal-Oriented-Planning-Agent Symbolic-AI_Goal-Oriented-Planning-Agent Public

    Implementation of a goal-oriented BDI agent in Java that navigates a maze using symbolic reasoning. The agent uses a simplified first-order logic (sfol) for beliefs, goals, and actions, with forwar…

    Java