Skip to content
View tedmoskovitz's full-sized avatar

Highlights

  • Pro

Block or report tedmoskovitz

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

    Implementation of Tactical Optimistic and Pessimistic value estimation

    Python 25 5

  2. WNPG WNPG Public

    implementation of Wasserstein Natural Policy Gradients and Wasserstein Natural Evolution Strategies

    Python 10 3

  3. first_occupancy first_occupancy Public

    A First Occupancy Representation for Reinforcement Learning

    Jupyter Notebook 1

  4. ConstrainedRL4LMs ConstrainedRL4LMs Public

    Forked from allenai/RL4LMs

    A library for constrained RLHF.

    Python 10

  5. SimpleCUDA SimpleCUDA Public

    Simple Neural Network in CUDA

    Cuda

  6. Minimal Asynchronous Web Crawler Minimal Asynchronous Web Crawler
    1
    """A minimal asychronous/concurrent web crawler. Author: Ted Moskovitz, 2024"""
    2
    from aiohttp import ClientSession
    3
    import asyncio
    4
    from bs4 import BeautifulSoup
    5
    import concurrent.futures as cf