Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numpy API #18

Merged
merged 12 commits into from
Mar 27, 2024
Merged

Numpy API #18

merged 12 commits into from
Mar 27, 2024

Conversation

zombie-einstein
Copy link
Owner

Adds a discrete event simulation environment that allows market updates to be submitted as Numpy arrays, and current order-book state to be exported as a Numpy array. This has been added for a few reasons:

  • Increase performance in Python through the use of vectorised creation of market updates
  • Fixed size inputs and outputs for better interface with RL/ML implementations

with a longer term goal of adding support for Numba or JAX for better Python simulation performance and ML/RL library support.

@zombie-einstein zombie-einstein merged commit 54a6a48 into main Mar 27, 2024
5 checks passed
@zombie-einstein zombie-einstein deleted the numba_api branch March 27, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant