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...
e7f1f53
RL-Inventory-Simulations
320 kB
Ctrl+K
Ctrl+K
9 contributors
History:
65 commits
ademarteau
metrics: profit first, then service level, then fill rate (React UI)
e7f1f53
about 2 months ago
agent
refactor: remove Unsloth, use standard transformers + PEFT
about 2 months ago
client
fix: pipeline-aware ordering, YoY demand signal, reward rebalancing
about 2 months ago
frontend
metrics: profit first, then service level, then fill rate (React UI)
about 2 months ago
server
feat: replace Gradio with React UI — GRPO tab, 730-day sim, 200-entry memory bank
about 2 months ago
.gitattributes
Safe
54 Bytes
Upload ppo_inventory.zip with huggingface_hub
about 2 months ago
.gitignore
Safe
48 Bytes
Add .gitignore and untrack __pycache__
about 2 months 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 2 months ago
Dockerfile.northflank
Safe
1.37 kB
fix: use nvidia/cuda devel base image so vllm can build with CUDA toolkit
about 2 months ago
README.md
Safe
5.52 kB
fix: switch HF Space SDK from gradio to docker
about 2 months ago
agent_environment.py
Safe
2.34 kB
fixed all environment files
about 2 months ago
app.py
Safe
18 kB
metrics: profit first, then service level, then fill rate
about 2 months 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 2 months ago
demand_environment.py
Safe
3.93 kB
fixed all environment files
about 2 months ago
inventory_manager.py
Safe
1.17 kB
fixed all environment files
about 2 months 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 2 months ago
montecarlo_simulator.py
Safe
2.83 kB
fixed all environment files
about 2 months 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 2 months ago
performance_tracker.py
Safe
1.31 kB
fixed all environment files
about 2 months ago
requirements-server.txt
Safe
91 Bytes
fix: use minimal requirements-server.txt in Docker to avoid downloading torch/ML deps
about 2 months ago
requirements.txt
Safe
2.34 kB
refactor: remove Unsloth, use standard transformers + PEFT
about 2 months ago
reward.py
Safe
2.04 kB
fix: pipeline-aware ordering, YoY demand signal, reward rebalancing
about 2 months 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 2 months ago