File size: 862 Bytes
d916dc1 278a096 d916dc1 278a096 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
license: mit
tags:
- reinforcement-learning
- finite-element-analysis
- quad-meshing
- computational-geometry
- cad
---
# DMSH-RL Pretrained Model Weights
Pretrained Soft Actor-Critic (SAC) reinforcement learning weights for **DMSH-RL: Autonomous Quad Meshing via Multi-Agent Reinforcement Learning**.
## 🔗 Code & Usage
The complete codebase, instructions, and test geometries are hosted on GitHub:
👉 **[GitHub Repository](https://github.com/<YOUR_GITHUB_USERNAME>/DMSH-RL)**
## 📥 Automatic Download
To download these weights automatically into the proper subfolders, follow the setup in the GitHub repository:
```bash
# For 2D Planar Meshing:
python Combined_Inference/download_weights.py --repo nexushaiku/dmsh-rl-weights
# For 3D CAD Surface Meshing:
python Combined_Inference_Surface/download_weights.py --repo nexushaiku/dmsh-rl-weights |