Spaces:
Sleeping
Sleeping
Commit ·
8aa120c
1
Parent(s): c0240f7
Updated sync.sh for smooth sync
Browse files- hf auditor/openenv_fin_auditor.egg-info/PKG-INFO +19 -0
- hf auditor/openenv_fin_auditor.egg-info/SOURCES.txt +23 -0
- hf auditor/openenv_fin_auditor.egg-info/dependency_links.txt +1 -0
- hf auditor/openenv_fin_auditor.egg-info/entry_points.txt +2 -0
- hf auditor/openenv_fin_auditor.egg-info/requires.txt +15 -0
- hf auditor/openenv_fin_auditor.egg-info/top_level.txt +1 -0
hf auditor/openenv_fin_auditor.egg-info/PKG-INFO
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: openenv-fin_auditor
|
| 3 |
+
Version: 0.1.0
|
| 4 |
+
Summary: Fin Auditor environment for OpenEnv
|
| 5 |
+
Requires-Python: >=3.10
|
| 6 |
+
Requires-Dist: gymnasium>=1.2.3
|
| 7 |
+
Requires-Dist: openenv-core[core]>=0.2.2
|
| 8 |
+
Requires-Dist: numpy
|
| 9 |
+
Requires-Dist: nanobind
|
| 10 |
+
Requires-Dist: openai
|
| 11 |
+
Requires-Dist: pydantic
|
| 12 |
+
Requires-Dist: fastapi
|
| 13 |
+
Requires-Dist: uvicorn
|
| 14 |
+
Requires-Dist: pandas>=2.3.3
|
| 15 |
+
Requires-Dist: python-dotenv>=1.2.2
|
| 16 |
+
Requires-Dist: stable-baselines3[extra]>=2.8.0
|
| 17 |
+
Provides-Extra: dev
|
| 18 |
+
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
| 19 |
+
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
hf auditor/openenv_fin_auditor.egg-info/SOURCES.txt
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
README.md
|
| 2 |
+
build_engine.py
|
| 3 |
+
final_check.py
|
| 4 |
+
inference.py
|
| 5 |
+
models.py
|
| 6 |
+
pyproject.toml
|
| 7 |
+
test_import.py
|
| 8 |
+
train.py
|
| 9 |
+
./build_engine.py
|
| 10 |
+
./final_check.py
|
| 11 |
+
./inference.py
|
| 12 |
+
./models.py
|
| 13 |
+
./test_import.py
|
| 14 |
+
./train.py
|
| 15 |
+
openenv_fin_auditor.egg-info/PKG-INFO
|
| 16 |
+
openenv_fin_auditor.egg-info/SOURCES.txt
|
| 17 |
+
openenv_fin_auditor.egg-info/dependency_links.txt
|
| 18 |
+
openenv_fin_auditor.egg-info/entry_points.txt
|
| 19 |
+
openenv_fin_auditor.egg-info/requires.txt
|
| 20 |
+
openenv_fin_auditor.egg-info/top_level.txt
|
| 21 |
+
server/__init__.py
|
| 22 |
+
server/app.py
|
| 23 |
+
server/fin_auditor_environment.py
|
hf auditor/openenv_fin_auditor.egg-info/dependency_links.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
hf auditor/openenv_fin_auditor.egg-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
server = fin_auditor.server.app:main
|
hf auditor/openenv_fin_auditor.egg-info/requires.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gymnasium>=1.2.3
|
| 2 |
+
openenv-core[core]>=0.2.2
|
| 3 |
+
numpy
|
| 4 |
+
nanobind
|
| 5 |
+
openai
|
| 6 |
+
pydantic
|
| 7 |
+
fastapi
|
| 8 |
+
uvicorn
|
| 9 |
+
pandas>=2.3.3
|
| 10 |
+
python-dotenv>=1.2.2
|
| 11 |
+
stable-baselines3[extra]>=2.8.0
|
| 12 |
+
|
| 13 |
+
[dev]
|
| 14 |
+
pytest>=8.0.0
|
| 15 |
+
pytest-cov>=4.0.0
|
hf auditor/openenv_fin_auditor.egg-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
fin_auditor
|