Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
raghavendram
/
supply-chain-env
like
0
Reinforcement Learning
openenv
supply-chain
logistics
mcp
curriculum-learning
Model card
Files
Files and versions
xet
Community
main
supply-chain-env
/
tasks
/
__init__.py
ragavrida
feat: 3 tasks with programmatic graders + OPENAI_API_KEY support
af0f6eb
6 days ago
raw
Copy download link
history
blame
contribute
delete
109 Bytes
from
tasks.task_definitions
import
TASKS, get_task, TaskConfig
__all__ = [
"TASKS"
,
"get_task"
,
"TaskConfig"
]