File size: 1,063 Bytes
52e5bb1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "debatefloor"
version = "0.2.3"
description = "OpenEnv-compliant RL environment for calibrated insurance fraud decisions"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "Apache-2.0" }
authors = [
  { name = "Aniket Aslaliya" },
  { name = "Mitali Mehta" },
  { name = "Aditya Sharma" },
]
keywords = ["openenv", "reinforcement-learning", "llm", "calibration", "insurance", "grpo"]
classifiers = [
  "Development Status :: 4 - Beta",
  "Intended Audience :: Science/Research",
  "License :: OSI Approved :: Apache Software License",
  "Programming Language :: Python :: 3.11",
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
]

[project.urls]
Homepage = "https://huggingface.co/spaces/AniketAsla/debatefloor"
Repository = "https://github.com/AniketAslaliya/debateFloor"
Blog = "https://huggingface.co/blog/AniketAsla/debatefloor"

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ["app*", "server*"]