Metadata-Version: 2.4
Name: sai-rl
Version: 0.1.22
Summary: SDK for creating machine learning models for the SAI Platform.
Project-URL: Homepage, https://competesai.com
Project-URL: Documentation, https://docs.competesai.com
Author-email: ArenaX Labs <research@competesai.com>
License: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: gymnasium<1.2.0,>=1.0.0
Requires-Dist: moviepy<2
Requires-Dist: numpy<3.0,>=2.0.0
Requires-Dist: pydantic<3,>=2.11
Requires-Dist: requests<3.0.0,>=2.20.0
Requires-Dist: rich<14.0.0,>=13.3.5
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
Provides-Extra: benchmark
Requires-Dist: onnx<2.0,>=1.17.0; extra == 'benchmark'
Requires-Dist: onnxruntime<2.0,>=1.21.1; extra == 'benchmark'
Requires-Dist: onnxscript<1.0.0,>=0.2.5; extra == 'benchmark'
Requires-Dist: stable-baselines3<3.0,>=2.5.0; extra == 'benchmark'
Requires-Dist: tensorflow<3.0,>=2.18.0; (sys_platform != 'win32') and extra == 'benchmark'
Requires-Dist: tf2onnx<2.0,>=1.16.1; extra == 'benchmark'
Requires-Dist: torch<3.0,>=2.3; extra == 'benchmark'
Provides-Extra: onnx
Requires-Dist: onnx<2.0,>=1.17.0; extra == 'onnx'
Requires-Dist: onnxruntime<2.0,>=1.21.1; extra == 'onnx'
Requires-Dist: onnxscript<1.0.0,>=0.2.5; extra == 'onnx'
Provides-Extra: sb3
Requires-Dist: stable-baselines3<3.0,>=2.5.0; extra == 'sb3'
Requires-Dist: torch<3.0,>=2.3; extra == 'sb3'
Provides-Extra: tf
Requires-Dist: onnx<2.0,>=1.17.0; extra == 'tf'
Requires-Dist: tensorflow<3.0,>=2.18.0; (sys_platform != 'win32') and extra == 'tf'
Requires-Dist: tf2onnx<2.0,>=1.16.1; extra == 'tf'
Provides-Extra: torch
Requires-Dist: torch<3.0,>=2.3; extra == 'torch'
Provides-Extra: viewer
Requires-Dist: netron<9,>=8.3.0; extra == 'viewer'
