Skip to content
View kirarpit's full-sized avatar
🤗
🤗
Block or Report

Block or report kirarpit

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. connect4 connect4 Public

    Solving board games like Connect4 using Deep Reinforcement Learning

    Python 34 4

  2. compiler-construction compiler-construction Public

    LOBO-C Compiler

    C++

  3. decision-trees decision-trees Public

    A simple implementation of a machine learning algorithm, decision trees, in Python

    Python

  4. music-classifier music-classifier Public

    Classifying music by genres via deep learning

    Python

  5. Robbie the soda-can-collecting robot... Robbie the soda-can-collecting robot (https://bit.ly/2MPUku5) trained with a deep RL algorithm, PPO, with the help of Ray RLlib.
    1
    import ray
    2
    from gym import spaces
    3
    from ray.rllib.env.multi_agent_env import MultiAgentEnv
    4
    import numpy as np
    5
    from ray.tune.registry import register_env
  6. klotski-deep-RL klotski-deep-RL Public

    Solving Klotski using deep reinforcement learning!

    Python 2