├── LICENSE ├── README.md ├── code ├── OpenO1.py └── moma.py └── image ├── ml.PNG └── pr.PNG /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyunggyung/AGI-Papers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyunggyung/AGI-Papers/HEAD/README.md -------------------------------------------------------------------------------- /code/OpenO1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyunggyung/AGI-Papers/HEAD/code/OpenO1.py -------------------------------------------------------------------------------- /code/moma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyunggyung/AGI-Papers/HEAD/code/moma.py -------------------------------------------------------------------------------- /image/ml.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyunggyung/AGI-Papers/HEAD/image/ml.PNG -------------------------------------------------------------------------------- /image/pr.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyunggyung/AGI-Papers/HEAD/image/pr.PNG --------------------------------------------------------------------------------