Skip to content

Commit a4ab774

Browse files
authored
Merge pull request #46 from meta-pytorch/nb-Tutorial
[WIP] Intro Colab example
2 parents 5090faa + f6424fd commit a4ab774

File tree

2 files changed

+1673
-0
lines changed

2 files changed

+1673
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
An e2e framework for creating, deploying and using isolated execution environments for agentic RL training, built using Gymnasium style simple APIs.
44

5+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/meta-pytorch/OpenEnv/blob/main/examples/OpenEnv_Tutorial.ipynb) **← Try the Interactive Tutorial!**
6+
57
## Overview
68

79
OpenEnv provides a standard for interacting with agentic execution environments via simple Gymnasium style APIs - step(), reset(), state(). Users of agentic execution environments can interact with the environment during RL training loops using these simple APIs.

0 commit comments

Comments
 (0)