Skip to content
View jg1011's full-sized avatar

Block or report jg1011

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
jg1011/README.md

Jacob Green

What do I know?

Quite a lot about probability theory and it's application to non-constructive combinatorics (see e.g. my masters thesis), chaotic dynamical systems (see e.g. my PyDynSys library) and the application data-engineering/data-scientific methods in the financial sector (examples are proprietary; specialty is in crypto HFT systems in rust, though as of late I've additionally been working with the Apache ecosystem in Python). I also have reasonable knowledge in the domain of reinforcement learning (particularly heirarchical systems, and more recently meta-RL).

What am I working on?

  • Adding further features, unit tests and docs to my PyDynSys library, getting ready to push v1.0.0 & leave the alpha stage
  • Training heirarchical and meta reinforcement learning models to solve the tower of Hanoi problem with $N$ rings.
  • Proprietary state-management software for DEX data obtained via Solana Validators
  • An assortment of reinforcement learning tutorials for the aspiring theorist.

Am I open to new roles?

Yes! Feel free to contact me via email.

Am I open to collaboration

Yes! I am particularly looking for collaborators on my PyDynSys library, though I'd love to speak to people doing interesting things in non-constructive combinatorics.

Pinned Loading

  1. PyDynSys PyDynSys Public

    A mathematically mature Python dynamical systems library, providing both symbolic and functional support for the analysis of such systems through an object-oriented lens.

    Python 2

  2. british-mathematical-olympiad-solutions british-mathematical-olympiad-solutions Public

    An unofficial solution manual for BMO1/2 papers after the turn of the millennium.

    TeX 1

  3. clanker-in-hanoi clanker-in-hanoi Public

    Exploring reinforcement learning models on the Tower of Hanoi puzzle, motivated by failures of LLMs/LRMs in the same setting.