dmsh / README.md
nexushaiku's picture
Update README.md
278a096 verified
|
Raw
History Blame Contribute Delete
862 Bytes
metadata
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

πŸ“₯ Automatic Download

To download these weights automatically into the proper subfolders, follow the setup in the GitHub repository:

# 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