Skip to content
View Hanwant's full-sized avatar

Block or report Hanwant

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

Pinned Loading

  1. madigan madigan Public

    Application of reinforcement learning in trading financial markets.

    Python 20 6

  2. reinforcement-learning-suite reinforcement-learning-suite Public

    Suite of Algorithms for Reinforcement Learning

    Python

  3. rollers rollers Public

    Efficient stateful moving window functions for financial time series

    C++

  4. TuringMachines TuringMachines Public

    Simple Turing Machines

    Python

  5. Wraps dict to create nice config int... Wraps dict to create nice config interface for python
    1
    """
    2
    Provides generic Config class useful for passing around parameters
    3
    Also provides basic saving/loading functionality to and from json/yaml
    4
    """
    5
    from pathlib import Path