Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ademarteau
/
RL-Inventory-Simulations
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RL-Inventory-Simulations
309 kB
Ctrl+K
Ctrl+K
9 contributors
History:
71 commits
ademarteau
chore: untrack server/__pycache__ files
4ed16c1
about 1 month ago
agent
refactor: remove Unsloth, use standard transformers + PEFT
about 1 month ago
client
fix: pipeline-aware ordering, YoY demand signal, reward rebalancing
about 1 month ago
frontend
fix: COGS profit model - charge unit cost on sold units not on orders, preventing end-of-period bias against high-inventory strategies
about 1 month ago
server
chore: untrack server/__pycache__ files
about 1 month ago
.gitattributes
Safe
54 Bytes
Upload ppo_inventory.zip with huggingface_hub
about 2 months ago
.gitignore
Safe
54 Bytes
chore: untrack server/__pycache__ files
about 1 month ago
AGENTS_COMPARISON.md
Safe
13.6 kB
Add three-agent system: Claude LLM, PPO RL, and GRPO fine-tuned Qwen
about 2 months ago
Dockerfile
Safe
1.25 kB
fix: use minimal requirements-server.txt in Docker to avoid downloading torch/ML deps
about 1 month ago
Dockerfile.northflank
Safe
1.37 kB
fix: use nvidia/cuda devel base image so vllm can build with CUDA toolkit
about 1 month ago
README.md
Safe
5.52 kB
fix: switch HF Space SDK from gradio to docker
about 1 month ago
agent_environment.py
Safe
2.34 kB
fixed all environment files
about 1 month ago
app.py
Safe
18 kB
metrics: profit first, then service level, then fill rate
about 1 month ago
config.py
Safe
1.19 kB
Add P&L reward function, daily spoilage, stochastic lead time, and reward visualization
about 2 months ago
demand_calculator.py
Safe
1.82 kB
fixed all environment files
about 1 month ago
demand_environment.py
Safe
3.93 kB
fixed all environment files
about 1 month ago
inventory_manager.py
Safe
1.17 kB
fixed all environment files
about 1 month ago
llm_agent_runner.py
Safe
10.1 kB
Added trained PPO model + app.py UI changes for HF Spaces
about 2 months ago
main.py
Safe
2.27 kB
fixed all environment files
about 1 month ago
montecarlo_simulator.py
Safe
2.83 kB
fixed all environment files
about 1 month ago
northflank.json
Safe
4.25 kB
[NORTHFLANK] Updated template file contents
about 2 months ago
order_processor.py
Safe
1.04 kB
fixed all environment files
about 1 month ago
performance_tracker.py
Safe
1.31 kB
fixed all environment files
about 1 month ago
requirements-server.txt
Safe
105 Bytes
fix: proxy HF Inference API through FastAPI to bypass HF Spaces CSP
about 1 month ago
requirements.txt
Safe
2.34 kB
refactor: remove Unsloth, use standard transformers + PEFT
about 1 month ago
reward.py
Safe
2.04 kB
fix: pipeline-aware ordering, YoY demand signal, reward rebalancing
about 1 month ago
rl_simulator.jsx
Safe
42.7 kB
simulator jsx from claude
about 2 months ago
start.sh
Safe
786 Bytes
feat: tee training logs to persistent volume
about 1 month ago