Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo

<div><a href="https://github.com/marin-community/marin">GitHub</a></div>
<div><a href="https://discord.gg/J9CTk7pqcM">Discord</a></div>
<div><a href="/#blogs">Blogs</a></div>
<div><a href="https://groups.google.com/u/0/g/marin-community/">Mailing list</a></div>
<div><a href="https://marin.readthedocs.io/en/latest/">Documentation</a></div>
<div><a href="https://deepwiki.com/marin-community/marin">DeepWiki</a></div>
Expand Down
220 changes: 220 additions & 0 deletions _posts/2026-03-06-async-rl-from-scratch.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Want to jump in? [Install](https://marin.readthedocs.io/en/latest/tutorials/ins

Want to stay up to date? Join our [Discord](https://discord.gg/J9CTk7pqcM) or our [mailing list](https://groups.google.com/u/0/g/marin-community/).

## Blogs 📝

- [Async RL from Scratch on TPUs](/blog/2026/03/06/async-rl-from-scratch/)
- [Introducing Marin: An Open Lab for Building Foundation Models](/blog/2025/05/19/announcement/)

## Experiments 🧪

Building a foundation model requires countless experiments trying out endless variants of algorithms and datasets.
Expand Down