Skip to content
View anmolkabra's full-sized avatar

Highlights

  • Pro

Organizations

@OpenSourceCornell
Block or Report

Block or report anmolkabra

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. score-matching-rl score-matching-rl Public

    Experiments for "Exponential Family Model-Based Reinforcement Learning via Score Matching" at NeurIPS 2022

    Jupyter Notebook 2

  2. avicaching avicaching Public

    Source code for "GPU-accelerated Principal-Agent Game for Scalable Citizen Science"

    Python 3

  3. Gram Schmidt Process to orthogonaliz... Gram Schmidt Process to orthogonalize a matrix's columns using NumPy
    1
    #!/usr/bin/env python
    2
    import numpy as np
    3
    import numpy.linalg as la
    4
    
                  
    5
    def orthogonalize(U, eps=1e-15):
  4. term-monopoly term-monopoly Public

    A Terminal-based framework for Monopoly

    OCaml 2 2

  5. cornell-cup/cs-minibot cornell-cup/cs-minibot Public

    [WIP] Software platform for MiniBot, an educational robotics kit made for Da Vinci Labs.

    JavaScript 5 1

  6. Bluefire2/xic Bluefire2/xic Public

    A compiler for the Xi language

    Java 1 1