Skip to content
View HateBunnyPlzzz's full-sized avatar

Organizations

@Genesis-AI-Labs

Block or report HateBunnyPlzzz

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 Loading

  1. Custom-GridWorld-RL-environments Custom-GridWorld-RL-environments Public

    Custom GridWorld environment problem solving using Q-Learning Epsilon-greedy approach.

    Python

  2. multi-arm-bandit multi-arm-bandit Public

    Solution to basic multi-arm bandit problem using action-value functions and epsilon-greedy approach

  3. CartPole-Double-QL CartPole-Double-QL Public

    Solving the OpenAI gym's CartPole environment using the Double Q Learning approach.

    Python

  4. CartPole-SARSA CartPole-SARSA Public

    In this repository, we'll be looking at the code presenting the algorithm named SARSA by solving the CartPole-v1 environment of OpenAI Gym

    Python

  5. Off-Policy-MCC Off-Policy-MCC Public

    Successor of the previous post about the Monte Carlo Control by playing the game of BlackJack from the ToyText environments from the OpenAI Gym. In this post we will be changing our approach to a O…

    Python

  6. Policy-Evaluation Policy-Evaluation Public

    Hardcoding the policy evaluation approach to our custom hardcoded RL GirdWorld game environment

    Python