Instructions to use tungdao1998/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tungdao1998/ppo-Pyramids with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tungdao1998/ppo-Pyramids", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "Pyramids": { | |
| "checkpoints": [ | |
| { | |
| "steps": 499873, | |
| "file_path": "results/Pyramids Training/Pyramids/Pyramids-499873.onnx", | |
| "reward": 1.1039999574422836, | |
| "creation_time": 1710888690.3275847, | |
| "auxillary_file_paths": [ | |
| "results/Pyramids Training/Pyramids/Pyramids-499873.pt" | |
| ] | |
| }, | |
| { | |
| "steps": 999907, | |
| "file_path": "results/Pyramids Training/Pyramids/Pyramids-999907.onnx", | |
| "reward": null, | |
| "creation_time": 1710889931.4081757, | |
| "auxillary_file_paths": [ | |
| "results/Pyramids Training/Pyramids/Pyramids-999907.pt" | |
| ] | |
| }, | |
| { | |
| "steps": 1000035, | |
| "file_path": "results/Pyramids Training/Pyramids/Pyramids-1000035.onnx", | |
| "reward": null, | |
| "creation_time": 1710889931.519517, | |
| "auxillary_file_paths": [ | |
| "results/Pyramids Training/Pyramids/Pyramids-1000035.pt" | |
| ] | |
| } | |
| ], | |
| "final_checkpoint": { | |
| "steps": 1000035, | |
| "file_path": "results/Pyramids Training/Pyramids.onnx", | |
| "reward": null, | |
| "creation_time": 1710889931.519517, | |
| "auxillary_file_paths": [ | |
| "results/Pyramids Training/Pyramids/Pyramids-1000035.pt" | |
| ] | |
| } | |
| }, | |
| "metadata": { | |
| "stats_format_version": "0.3.0", | |
| "mlagents_version": "1.1.0.dev0", | |
| "torch_version": "2.2.1+cu121" | |
| } | |
| } |