Skip to content

Commit d180141

Browse files
Update Readme.md
1 parent 156940c commit d180141

1 file changed

Lines changed: 19 additions & 23 deletions

File tree

Readme.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
<p align="center">
1+
2+
<div align="center">
3+
24
<pre>
3-
██████╗ ██╗██╗ ███████╗██╗ █████╗
4-
██╔══██╗██║██║ ██╔════╝██║██╔════╝
5-
██║ ██║██║██║ █████╗ ██║██║ ███╗
6-
██║ ██║██║██║ ██╔══╝ ██║██║ ██║
7-
╚██████╔╝██║█████████║ ██║╚██████╔╝
8-
╚═════╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝
5+
██████╗ █████╗ ██╗ ██╗██╗█████╗
6+
██╔══██╗██╔══██╗██╗ ████║████╗ ██║
7+
██████╔╝███████║██ ██║██║██╔██╗ ██║
8+
██╔══██╗██╔══██║██╗██ ██║██║██║╚██╗██║
9+
██║ ██║██║ ██║██╗╚█████╔╝██║██║ ╚████
10+
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚════╚═╝╚═╝ ═══╝
911
</pre>
10-
</p>
1112

12-
<p align="center">
13-
<img src="https://img.shields.io/badge/C%2B%2B-20-00599C?style=for-the-badge&logo=cplusplus&logoColor=white" />
14-
<img src="https://img.shields.io/badge/Linux-GCC%20%7C%20Clang-fcc624?style=for-the-badge&logo=linux&logoColor=white" />
15-
<img src="https://img.shields.io/badge/License-GPLv3-22c55e?style=for-the-badge" />
16-
<img src="https://img.shields.io/badge/CI-GitHub%20Actions-2088ff?style=for-the-badge&logo=githubactions&logoColor=white" />
17-
<img src="https://img.shields.io/badge/Docs-GitHub%20Pages-4a90d9?style=for-the-badge&logo=githubpages&logoColor=white" />
18-
</p>
13+
[![License](https://img.shields.io/badge/License-GPLv3-22c55e?style=for-the-badge)](https://github.com/LonelyGuy-SE1/Raijin-LOB/blob/main/LICENSE)
14+
[![Docs](https://img.shields.io/badge/Docs-Reference-4a90d9?style=for-the-badge&logo=githubpages&logoColor=white)](https://lonelyguy-se1.github.io/Raijin-LOB/)
15+
[![CI](https://img.shields.io/badge/CI-Passing-2088ff?style=for-the-badge&logo=githubactions&logoColor=white)](https://github.com/LonelyGuy-SE1/Raijin-LOB/actions)
16+
![C++20](https://img.shields.io/badge/C%2B%2B-20-00599C?style=for-the-badge&logo=cplusplus&logoColor=white)
17+
![Linux](https://img.shields.io/badge/Linux-GCC%20%7C%20Clang-fcc624?style=for-the-badge&logo=linux&logoColor=black)
18+
19+
**Production-grade limit order book core feeding a JEPA world model for market microstructure.**
1920

20-
<p align="center">
21-
<strong>Production-grade limit order book core feeding a JEPA world model for market microstructure.</strong>
22-
</p>
21+
</div>
2322

2423
---
2524

@@ -29,10 +28,6 @@ To reduce entanglement between macro-state and transient microstructure, the mod
2928

3029
Rather than relying on direct autoregressive tick prediction, the architecture learns task-aligned latent transitions to support structured interventions, evaluating parameterized meta-orders in terms of impact response, fill probability, and adverse selection. To aggressively mitigate simulator-induced leakage, training and evaluation are strictly separated across out-of-distribution (OOD) agent policy classes and perturbed market regimes, with performance reported as statistically significant improvements over queue-reactive baselines.
3130

32-
> [Technical documentation](https://lonelyguy-se1.github.io/Raijin-LOB/)
33-
34-
> [Benchmarks and perf data](https://lonelyguy-se1.github.io/Raijin-LOB/benchmarks.html)
35-
3631
## Phase 1 Benchmark Results
3732

3833
Linux CI, AMD EPYC 9V74, median of 3 runs, Release build with LTO.
@@ -66,4 +61,5 @@ Latency histograms (CPU cycles):
6661

6762
## License
6863

69-
Licensed under the GNU General Public License v3.0. See [LICENSE](LICENSE) for details.
64+
Licensed under the [GNU General Public License v3.0](https://github.com/LonelyGuy-SE1/Raijin-LOB/blob/main/LICENSE).
65+

0 commit comments

Comments
 (0)