2979.5 peak reward on Hopper-v5 — 125% of the CleanRL benchmark (2382 ± 271).
This is the base PPO policy from the SanskritLM project — a research initiative by ParamTatva.org exploring how Sanskrit linguistic embeddings can drive robotic control. This release establishes the SOTA baseline; the Sanskrit-conditioned multi-task policy (which accepts behavioral commands in Sanskrit) is coming in a future release.
What's in This Release
File
Description
hopper_v5_sota.pt
Trained PPO weights (135 KB) — 125% of CleanRL SOTA
This release is the base PPO agent — it takes raw observations and produces actions without any language conditioning.
The full SanskritLM pipeline adds a proprietary encoder that accepts behavioral commands in Sanskrit (Devanagari script) and conditions the policy via Feature-wise Linear Modulation (FiLM). A single policy learns multiple behaviors from Sanskrit commands:
Sanskrit Command
Transliteration
Meaning
Behavior
अग्रे गच्छ
agre gaccha
"go forward"
Forward locomotion
पृष्ठतः गच्छ
pṛṣṭhataḥ gaccha
"go backward"
Backward locomotion
ऊर्ध्वं कूर्द
ūrdhvaṃ kūrda
"jump up"
Hopping/jumping
तिष्ठ
tiṣṭha
"stand still"
Stationary balance
Why Sanskrit? Sanskrit's compositional morphology (sandhi, vibhakti, dhātu system) produces inherently structured embeddings. A single verb root (dhātu) encodes motion type, direction, intensity, and aspect — information that requires multiple English words. This linguistic density gives the encoder a natural advantage for encoding complex behavioral commands.
The multi-task release will include:
Sanskrit-conditioned policy weights for Hopper, HalfCheetah, Walker2d, Humanoid, Ant, and Reacher
The encoder interface (commands must be in Sanskrit — use an LLM or translation API to generate Devanagari input)
Multi-environment benchmark results
🔔 Watch this repo for the multi-task release, or visit ParamTatva.org for updates.
Hyperparameters
Parameter
Value
Total timesteps
1,000,000
Learning rate
3e-4 (linear anneal)
Rollout steps
2,048
Minibatch size
64
Update epochs
10
Gamma
0.99
GAE Lambda
0.95
Clip coefficient
0.2
Value function clipping
✓
Entropy coefficient
0.0
Value loss coefficient
0.5
Max gradient norm
0.5
Seed
1
License
Released under the ParamTatva Commercial License. See LICENSE.
✅ Academic research and evaluation
✅ Personal/educational use
❌ Commercial deployment requires a separate license
❌ Redistribution of weights without attribution
Citation
bibtex
1@misc{paramtatva2026ppohopper,
2 title={Sanskrit-PPO: SOTA Reinforcement Learning with Linguistic Embeddings},
3 author={ParamTatva Research},
4 year={2026},
5 url={https://huggingface.co/paramtatva/sanskrit-ppo-hopper-v5}
6}
Contact
For commercial licensing and multi-task model access, contact the ParamTatva team at ParamTatva.org.