Reinforcement Learning
stable-baselines3
Joblib
PyTorch
tabular-regression
xgboost
femtosecond-laser
hydrogel
GelMA
HAMA
laser-machining
SAC
materials-science
manufacturing
ml-intern
Instructions to use TWLab/femtosecond-laser-hydrogel-etching-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use TWLab/femtosecond-laser-hydrogel-etching-model with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="TWLab/femtosecond-laser-hydrogel-etching-model", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- README.md +0 -21
- rl_results_v2.json +1 -0
- sac_optimizer_v2.zip +3 -0
README.md
CHANGED
|
@@ -12,7 +12,6 @@ tags:
|
|
| 12 |
- HAMA
|
| 13 |
- laser-machining
|
| 14 |
- SAC
|
| 15 |
-
- ml-intern
|
| 16 |
pipeline_tag: reinforcement-learning
|
| 17 |
---
|
| 18 |
# Femtosecond Laser Hydrogel Etching - RL-Optimized Model v2
|
|
@@ -57,23 +56,3 @@ Ensemble ML (XGBoost+NN) + SAC Reinforcement Learning for fs-laser hydrogel etch
|
|
| 57 |
2. Shaping Laser Pulses with RL (arxiv:2503.00499)
|
| 58 |
3. Recipe RL for Chemical Processes (arxiv:2511.16297)
|
| 59 |
4. Petit et al., JLMN 2025 (XGBoost for fs-laser)
|
| 60 |
-
|
| 61 |
-
<!-- ml-intern-provenance -->
|
| 62 |
-
## Generated by ML Intern
|
| 63 |
-
|
| 64 |
-
This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
|
| 65 |
-
|
| 66 |
-
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 67 |
-
- Source code: https://github.com/huggingface/ml-intern
|
| 68 |
-
|
| 69 |
-
## Usage
|
| 70 |
-
|
| 71 |
-
```python
|
| 72 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 73 |
-
|
| 74 |
-
model_id = 'TWLAb/femtosecond-laser-hydrogel-etching-model'
|
| 75 |
-
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 76 |
-
model = AutoModelForCausalLM.from_pretrained(model_id)
|
| 77 |
-
```
|
| 78 |
-
|
| 79 |
-
For non-causal architectures, replace `AutoModelForCausalLM` with the appropriate `AutoModel` class.
|
|
|
|
| 12 |
- HAMA
|
| 13 |
- laser-machining
|
| 14 |
- SAC
|
|
|
|
| 15 |
pipeline_tag: reinforcement-learning
|
| 16 |
---
|
| 17 |
# Femtosecond Laser Hydrogel Etching - RL-Optimized Model v2
|
|
|
|
| 56 |
2. Shaping Laser Pulses with RL (arxiv:2503.00499)
|
| 57 |
3. Recipe RL for Chemical Processes (arxiv:2511.16297)
|
| 58 |
4. Petit et al., JLMN 2025 (XGBoost for fs-laser)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rl_results_v2.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"success_rate": 100.0, "avg_rel_error": 0.10709077551960945, "avg_abs_error": 2.596579451560974, "timesteps": 20000, "gamma": 0.7, "algo": "SAC_v2", "focus": "depth+width"}
|
sac_optimizer_v2.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:992894498de419685ede0f0b73c285bdd8787c4a00b6cc436b0684d5f4c72884
|
| 3 |
+
size 302578
|