CoolFace
Apppublic

suryanshchattree/npa-ppo-train

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
e6f0f965mo ago

feat: durable training-log persistence for PPO Space

mansingh-04
d80c2dd5mo ago

feat: PPO multi-GPU DDP trainer + Hugging Face Space (4x L4)

mansingh-04
69944085mo ago

new commit

mansingh-04
09e3ee15mo ago

hello

mansingh-04
ecace455mo ago

feat: implement robust DQN training pipeline with observation normalization, AdamW optimization, and expanded testing scripts

mansingh-04
db097e25mo ago

feat: increase DQN training episodes and remove tick cap

mansingh-04
0f76a895mo ago

feat: offline DQN training and traffic randomness

mansingh-04
8f89ecf5mo ago

feat: upgrade DQN agent to support offline pre-training and fast inference

mansingh-04
8d4a6b55mo ago

feat: added configurable traffic randomness and traffic_seed

mansingh-04
067a2e85mo ago

docs: auto-update openapi.yaml with latest app.py endpoints and schemas

mansingh-04
a8cf7b15mo ago

feat: added advantage normalization and entropy regularization to PPO

mansingh-04
4e1fea45mo ago

feat: upgrade PPO training with domain randomization and advantage baseline

mansingh-04
fb1c2d45mo ago

fix: correct traffic arrival rate multiplier in environment

mansingh-04
71bc0f45mo ago

chore: upload PPO Lora weights via LFS

mansingh-04
96d42715mo ago

fix: PPO agent PEFT adapter injection and FastAPI return payload formatting

mansingh-04
e4520675mo ago

feat: add PPO agent to FastAPI backend endpoints

mansingh-04
ce423055mo ago

feat: integrate Unsloth LoRA adapter with Qwen2 configuration patching for PPO agent V1

mansingh-04
80812c75mo ago

feat: integrate Unsloth LoRA adapter with Qwen2 configuration patching for PPO agent V1

mansingh-04
52a81ae5mo ago

Disable KV cache in forward pass to prevent inplace Autograd error

mansingh-04
95d591b5mo ago

Fix PyTorch Inference Mode Autograd tensor error

mansingh-04
439857d5mo ago

Switch to custom PyTorch REINFORCE algorithm to bypass TRL dependencies

mansingh-04
895a9a35mo ago

Resolve merge conflict, fix PPO setup, add peft/trl requirements

mansingh-04
347dead5mo ago

changed requirements

mansingh-04
74913d45mo ago

updated LRU

suryanshchattree
cf99e3e5mo ago

reverted to previous commit

suryanshchattree
70e313f5mo ago

changed to tiny Lama

suryanshchattree
52c1aeb5mo ago

added a shared session for multiple agents

suryanshchattree
129f6725mo ago

changed sdk to docker

suryanshchattree
53b53345mo ago

chore: update SDK from gradio to Docker and refine package versions in requirements

mansingh-04
2fcc0fc5mo ago

fix: revert fastapi and httpx to specific versions in requirements

mansingh-04
7c187605mo ago

chore: add bitsandbytes package to requirements

mansingh-04
b51693d5mo ago

chore: update requirements to include transformers and accelerate packages

mansingh-04
e92f7a85mo ago

feat: implement LLM-based agent with Qwen2.5-3B for dynamic memory management decisions

mansingh-04
f30ac5a5mo ago

fix: handle reset failures by skipping tasks instead of exiting and reduce maximum tick limits for medium and hard configurations

mansingh-04
b491fde5mo ago

refactor: implement multi-tier GPU utilization heuristic in LRUAgent and reduce max tick limits in constants

mansingh-04
8be84325mo ago

feat: add gpu_total threshold check and update deadlock logic in environment terminators

mansingh-04
a2c40735mo ago

fix: flag environment as crashed on any early termination regardless of penalty type

mansingh-04
a8b108b5mo ago

feat: implement batch admission logic with proportional GPU resource allocation across agents and environment components

mansingh-04
947a5c15mo ago

feat: track and log per-tick token statistics across environment and agents

mansingh-04
fda13435mo ago

feat: update inference dashboard metrics and remove episode limit from agent simulations

mansingh-04
17166f15mo ago

feat: update observation metrics to include request counts and add settings endpoint to API

mansingh-04
360f60b5mo ago

feat: add dynamic environment settings API and support for custom tick limits in simulations

mansingh-04
1b611975mo ago

feat: add /api/agents endpoint to list supported simulation agents and usage instructions

mansingh-04
21c5c955mo ago

feat: add Deep Q-Network (DQN) agent and integrate into the simulation API with pessimistic state initialization in Q-learning agent

mansingh-04
27245c35mo ago

feat: implement and integrate a Q-Learning agent for environment optimization

mansingh-04
2bda59a5mo ago

refactor: simplify OpenAPI specification by removing detailed documentation and redundant endpoints

mansingh-04
b27a55c5mo ago

chore: update app_file path in README.md to reflect project structure

mansingh-04
09e20c55mo ago

feat: implement LRU agent and transition from server-based API to local execution scripts

mansingh-04
a03fc165mo ago

changed git ignore

suryanshchattree
0ce994f6mo ago

fix app config in hf

suryanshchattree