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