Skip to content
View sagarvare's full-sized avatar

Block or report sagarvare

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

Popular repositories Loading

  1. CS238-Automated-Aircraft-Landing-Reinforcement-Learning CS238-Automated-Aircraft-Landing-Reinforcement-Learning Public

    Using a RL agent and Dynamic Programming ideas to teach an AI agent to land an aircraft.

    Python 6 2

  2. Structure-Learning-using-K2-Algorithm Structure-Learning-using-K2-Algorithm Public

    Python 4 1

  3. Graph-Class Graph-Class Public

    A C++ implementation of graph class. Currently supports finding connected_components on an undirected graph and easy construction of a graph object. Planning to include a few other graph algorithms.

    C++ 4 2

  4. reinforcement-learning-rock-paper-scissor reinforcement-learning-rock-paper-scissor Public

    Using RL and ideas of thompsons sampling to create an AI agent that can learn users game-play "patterns" in Rock Paper Scissor, and playing an optimal strategy.

    C++ 3

  5. GGS GGS Public

    Forked from cvxgrp/GGS

    Greedy Gaussian Segmentation

    Python

  6. Graph_class Graph_class Public

    An implementation of graph method.