-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Once the academic part is finished, I'll do a code refactoring.
I think the separation between the RL environment and components are okay.
However, at least the following needs to be done:
- Orderbook: either make use of existing solution as suggested in [Framework] PyLimitBook as order book implementation #1 or remove unnecessary loading functions and reduce current complexity due to the use of 3 different data structures (list of OrderbookStates, dictionary of OrderbookStates, and dictionary of trades).
- MatchEngine: make use of a compatible open source match engine or introduce concurrency.
- Consistent naming: [Framework] Rename action related classes #17
Metadata
Metadata
Assignees
Labels
No labels