You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: