CoolFace
Apppublic

suryanshchattree/neural-paged-attention-env

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

chore: route image binaries (png/jpg/svg/etc) through Git LFS for HF Space pushes

suryanshchattree
77e2bfd5mo ago

created blog.md and readme.md

suryanshchattree
619a0ef5mo ago

docs: add blog, dashboard link, and measured baseline scores

khushi-madan-18
f9053225mo ago

chore: extract PPO Space into isolated repo (npa-ppo-train/)

Suryansh Chattree
c664b315mo ago

feat: durable training-log persistence for PPO Space

mansingh-04
ad0eedb5mo ago

kjdsb

suryanshchattree
41b95d15mo ago

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

mansingh-04
f6aca795mo ago

new commit

mansingh-04
59483f45mo ago

hello

mansingh-04
b42810e5mo ago

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

mansingh-04
93a65695mo ago

feat: increase DQN training episodes and remove tick cap

mansingh-04
66aaec75mo ago

feat: offline DQN training and traffic randomness

mansingh-04
4409ede5mo ago

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

mansingh-04
f62a31c5mo ago

feat: added configurable traffic randomness and traffic_seed

mansingh-04
7bf185a5mo ago

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

mansingh-04
c8add365mo ago

feat: added advantage normalization and entropy regularization to PPO

mansingh-04
d6712975mo ago

feat: upgrade PPO training with domain randomization and advantage baseline

mansingh-04
488239e5mo ago

fix: correct traffic arrival rate multiplier in environment

mansingh-04
1f35abf5mo ago

chore: upload PPO Lora weights via LFS

mansingh-04
9b8bb985mo ago

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

mansingh-04
ef6f7485mo ago

feat: add PPO agent to FastAPI backend endpoints

mansingh-04
eb041a95mo ago

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

mansingh-04
50c334d5mo ago

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

mansingh-04
9ca677c5mo ago

Disable KV cache in forward pass to prevent inplace Autograd error

mansingh-04
c20a1015mo ago

Fix PyTorch Inference Mode Autograd tensor error

mansingh-04
1078c6c5mo ago

Switch to custom PyTorch REINFORCE algorithm to bypass TRL dependencies

mansingh-04
f15dd4e5mo ago

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

mansingh-04
368468a5mo ago

changed requirements

mansingh-04
418a9755mo ago

updated LRU

suryanshchattree
c36cb705mo ago

reverted to previous commit

suryanshchattree
b49f3255mo ago

changed to tiny Lama

suryanshchattree
aa9ea5b5mo ago

added a shared session for multiple agents

suryanshchattree
a1f1d435mo ago

changed sdk to docker

suryanshchattree
986847c5mo ago

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

mansingh-04
04528c85mo ago

fix: revert fastapi and httpx to specific versions in requirements

mansingh-04
005ff385mo ago

chore: add bitsandbytes package to requirements

mansingh-04
27f45655mo ago

chore: update requirements to include transformers and accelerate packages

mansingh-04
366ef4c5mo ago

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

mansingh-04
ab2accc5mo ago

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

mansingh-04
d15e5135mo ago

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

mansingh-04
4fc44ba5mo ago

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

mansingh-04
a94421b5mo ago

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

mansingh-04
a4da7ab5mo ago

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

mansingh-04
542812c5mo ago

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

mansingh-04
2745c555mo ago

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

mansingh-04
a07e6e25mo ago

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

mansingh-04
a8331745mo ago

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

mansingh-04
ec028125mo ago

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

mansingh-04
d847baf5mo ago

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

mansingh-04
7f020d25mo ago

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

mansingh-04