Skip to content
View anhducvu-bot's full-sized avatar
:electron:
:electron:
Block or Report

Block or report anhducvu-bot

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

Pinned

  1. Temporal_Difference_Experiment Temporal_Difference_Experiment Public

    Setting up experiments to compare the performance of Temporal Difference learning (reinforcement learning) with the Widrow-Hoff algorithm

    Python

  2. Q_Learning_LunarLander Q_Learning_LunarLander Public

    A DQN agent in Python that can solver the Lunar Lander problem from OpenAI

    Python

  3. RLTrainingGame RLTrainingGame Public

    A simple game that let the player train their reinforcement learning agent (using Q Learning) to solve the Taxi-Driver problem from OpenAI Gym

    Python

  4. NeuralNet-MNIST NeuralNet-MNIST Public

    Using PyTorch to create a fully connected neural network that can classify handwritten digit (using MNIST dataset)

    Python

  5. PrisonersDilemmaSimulation PrisonersDilemmaSimulation Public

    A simulation of the prisoner's dilemma using VBA. Different strategies (random, tit for tat, ...) are used to see which strategy would be better in the long run

    VBA

  6. Queque-Simulation Queque-Simulation Public

    Simulating a queueing system using Python

    Python