Skip to content

Commit 653e958

Browse files
chore: update repo and docs URLs after migration to huggingface org (#736)
1 parent b8bfa04 commit 653e958

18 files changed

Lines changed: 67 additions & 67 deletions

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ An e2e framework for creating, deploying and using isolated execution environmen
44

55
[![PyPI](https://img.shields.io/pypi/v/openenv?color=blue)](https://pypi.org/project/openenv/)
66
[![Discord](https://img.shields.io/badge/Discord-OpenEnv-7289da?style=flat&logo=discord&logoColor=white)](https://discord.gg/YsTYBh6PD9)
7-
[![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)
8-
[![Docs](https://img.shields.io/badge/Docs-Explore-blue?logo=readthedocs&logoColor=white)](https://meta-pytorch.org/OpenEnv/)
7+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/OpenEnv/blob/main/examples/OpenEnv_Tutorial.ipynb)
8+
[![Docs](https://img.shields.io/badge/Docs-Explore-blue?logo=readthedocs&logoColor=white)](https://huggingface.github.io/OpenEnv/)
99

1010
---
1111

@@ -70,7 +70,7 @@ with EchoEnv(base_url="https://openenv-echo-env.hf.space").sync() as client:
7070
print(result.observation.result)
7171
```
7272

73-
For a detailed quick start, check out the [docs page](https://meta-pytorch.org/OpenEnv/auto_getting_started/index.html).
73+
For a detailed quick start, check out the [docs page](https://huggingface.github.io/OpenEnv/auto_getting_started/index.html).
7474

7575
## OpenEnv on partner platforms:
7676

@@ -102,11 +102,11 @@ OpenEnv is openly governed by a technical committee that includes Hugging Face,
102102

103103
Below is a list of active and historical RFCs for OpenEnv. RFCs are proposals for major changes or features. Please review and contribute!
104104

105-
- [RFC 001: Baseline API and Interface Specifications](https://github.com/meta-pytorch/OpenEnv/pull/26)
106-
- [RFC 002: Discoverability of environment tools by agents](https://github.com/meta-pytorch/OpenEnv/pull/32)
107-
- [RFC 003: Add MCP (Model Context Protocol) support](https://github.com/meta-pytorch/OpenEnv/pull/224)
108-
- [RFC 004: Add delayed rewards support for trajectory-based scoring](https://github.com/meta-pytorch/OpenEnv/pull/337)
109-
- [RFC 005: Agentic Harness Integration](https://github.com/meta-pytorch/OpenEnv/pull/387)
105+
- [RFC 001: Baseline API and Interface Specifications](https://github.com/huggingface/OpenEnv/pull/26)
106+
- [RFC 002: Discoverability of environment tools by agents](https://github.com/huggingface/OpenEnv/pull/32)
107+
- [RFC 003: Add MCP (Model Context Protocol) support](https://github.com/huggingface/OpenEnv/pull/224)
108+
- [RFC 004: Add delayed rewards support for trajectory-based scoring](https://github.com/huggingface/OpenEnv/pull/337)
109+
- [RFC 005: Agentic Harness Integration](https://github.com/huggingface/OpenEnv/pull/387)
110110

111111
## Architecture
112112

@@ -304,7 +304,7 @@ For detailed options: `openenv init --help` and `openenv push --help`.
304304

305305
```bash
306306
# Clone the repository
307-
git clone https://github.com/meta-pytorch/OpenEnv.git
307+
git clone https://github.com/huggingface/OpenEnv.git
308308
cd OpenEnv
309309

310310
# Install core package in editable mode
@@ -380,7 +380,7 @@ See the [Oumi example](https://github.com/oumi-ai/oumi/blob/main/notebooks/Oumi%
380380
| [Atari Environment](envs/atari_env/README.md) | Classic Arcade Learning Environment tasks for RL benchmarking. |
381381
| [FinRL Environment](envs/finrl_env/README.md) | Financial market simulations for algorithmic trading experiments. |
382382

383-
> Browse the full catalog of community environments at [meta-pytorch.org/OpenEnv/environments](https://meta-pytorch.org/OpenEnv/environments.html).
383+
> Browse the full catalog of community environments at [huggingface.github.io/OpenEnv/environments](https://huggingface.github.io/OpenEnv/environments.html).
384384
385385
## Community Support & Acknowledgments
386386
This is an open and community-centric project, governed in public by a technical committee that includes Hugging Face, Unsloth, Reflection, and Meta PyTorch. If you would like to add your project or organization here, please open a pull request for maintainer review.

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The file `docs/source/_static/versions.json` lists all published versions. Each
154154
{
155155
"name": "main",
156156
"version": "main",
157-
"url": "https://meta-pytorch.org/OpenEnv/",
157+
"url": "https://huggingface.github.io/OpenEnv/",
158158
"preferred": true
159159
}
160160
]
@@ -173,14 +173,14 @@ When cutting a release:
173173

174174
1. Ensure `pyproject.toml` has the release version (e.g. `0.2.0`)
175175
2. Build with `make html-stable` — this produces docs tagged as version `0.2`
176-
3. Deploy the output to a versioned path (e.g. `https://meta-pytorch.org/OpenEnv/0.2/`)
176+
3. Deploy the output to a versioned path (e.g. `https://huggingface.github.io/OpenEnv/0.2/`)
177177
4. Add an entry to `docs/source/_static/versions.json`:
178178

179179
```json
180180
{
181181
"name": "0.2",
182182
"version": "0.2",
183-
"url": "https://meta-pytorch.org/OpenEnv/0.2/"
183+
"url": "https://huggingface.github.io/OpenEnv/0.2/"
184184
}
185185
```
186186

docs/source/_static/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "main ",
44
"version": "main",
5-
"url": "https://meta-pytorch.org/OpenEnv/",
5+
"url": "https://huggingface.github.io/OpenEnv/",
66
"preferred": true
77
}
88
]

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"icon_links": [
100100
{
101101
"name": "GitHub",
102-
"url": "https://github.com/meta-pytorch/OpenEnv",
102+
"url": "https://github.com/huggingface/OpenEnv",
103103
"icon": "fa-brands fa-github",
104104
},
105105
],
@@ -134,9 +134,9 @@
134134
"theme_variables": theme_variables,
135135
"display_github": False,
136136
"github_url": "https://github.com",
137-
"github_user": "meta-pytorch",
137+
"github_user": "huggingface",
138138
"github_repo": "OpenEnv",
139-
"feedback_url": "https://github.com/meta-pytorch/OpenEnv",
139+
"feedback_url": "https://github.com/huggingface/OpenEnv",
140140
"github_version": "main",
141141
"doc_path": "docs/source",
142142
# Suppress the theme's PyTorch-wide sidebar blocks (PyTorch Libraries,
@@ -148,7 +148,7 @@
148148
}
149149

150150
# Base URL for the site (used by sitemap and canonical URLs)
151-
html_baseurl = "https://meta-pytorch.org/OpenEnv/"
151+
html_baseurl = "https://huggingface.github.io/OpenEnv/"
152152
sitemap_locales = [None]
153153
sitemap_excludes = [
154154
"search.html",

docs/source/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We welcome contributions from the community! OpenEnv is an open-source project a
1010

1111
### 🐛 Report Bugs
1212

13-
Found a bug? Please [open an issue](https://github.com/meta-pytorch/OpenEnv/issues/new) with:
13+
Found a bug? Please [open an issue](https://github.com/huggingface/OpenEnv/issues/new) with:
1414

1515
- A clear description of the problem
1616
- Steps to reproduce
@@ -19,7 +19,7 @@ Found a bug? Please [open an issue](https://github.com/meta-pytorch/OpenEnv/issu
1919

2020
### 💡 Suggest Features
2121

22-
Have an idea? Open a [feature request](https://github.com/meta-pytorch/OpenEnv/issues/new) describing:
22+
Have an idea? Open a [feature request](https://github.com/huggingface/OpenEnv/issues/new) describing:
2323

2424
- The problem you're trying to solve
2525
- Your proposed solution
@@ -76,7 +76,7 @@ OpenEnv is openly governed by a technical committee that includes Hugging Face,
7676
Unsloth, Reflection, and Meta PyTorch. The committee coordinates project
7777
direction, major technical decisions, RFCs, and release planning in public.
7878

79-
Use the [OpenEnv repository](https://github.com/meta-pytorch/OpenEnv) to file
79+
Use the [OpenEnv repository](https://github.com/huggingface/OpenEnv) to file
8080
issues, discuss substantial changes, and submit pull requests.
8181

8282
## License

docs/source/getting_started/environment-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A typical workflow looks like:
6262

6363
- Python 3.11+ and [`uv`](https://github.com/astral-sh/uv) for dependency locking
6464
- Docker Desktop / Docker Engine
65-
- The OpenEnv library installed: `pip install https://github.com/meta-pytorch/OpenEnv.git`
65+
- The OpenEnv library installed: `pip install https://github.com/huggingface/OpenEnv.git`
6666

6767
## Step-by-Step Guide
6868

@@ -441,4 +441,4 @@ finally:
441441

442442
Your next steps are to:
443443

444-
- [Try out the end-to-end tutorial](https://colab.research.google.com/github/meta-pytorch/OpenEnv/blob/main/examples/OpenEnv_Tutorial.ipynb)
444+
- [Try out the end-to-end tutorial](https://colab.research.google.com/github/huggingface/OpenEnv/blob/main/examples/OpenEnv_Tutorial.ipynb)

docs/source/guides/rewards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ Per-turn progress helps the agent explore, but the terminal outcome still domina
8888
## Next Steps
8989

9090
- [Rubrics tutorial](../tutorials/rubrics.md) — full API walkthrough with composable examples.
91-
- [RFC 004](https://github.com/meta-pytorch/OpenEnv/blob/main/rfcs/004-rubrics.md) — design rationale.
91+
- [RFC 004](https://github.com/huggingface/OpenEnv/blob/main/rfcs/004-rubrics.md) — design rationale.
9292
- [RL Framework Integration](rl-integration.md) — consume the reward signal in a training loop.
9393
- [Environment Anatomy](environment-anatomy.md) — where the rubric plugs in.

docs/source/guides/simulation-vs-production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ That is not the model OpenEnv uses.
223223

224224
- [Core API](../reference/core.md)
225225
- [Getting Started Tutorials](auto_getting_started/index)
226-
- [RFC 002: Environment Spec](https://github.com/meta-pytorch/OpenEnv/blob/main/rfcs/002-env-spec.md)
227-
- [RFC 005: Agentic Harnesses](https://github.com/meta-pytorch/OpenEnv/blob/main/rfcs/005-agentic-harnesses.md)
226+
- [RFC 002: Environment Spec](https://github.com/huggingface/OpenEnv/blob/main/rfcs/002-env-spec.md)
227+
- [RFC 005: Agentic Harnesses](https://github.com/huggingface/OpenEnv/blob/main/rfcs/005-agentic-harnesses.md)

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ New to OpenEnv? Follow our recommended learning path:
5454

5555
We welcome contributions from the community! OpenEnv is openly governed by a technical committee that includes Hugging Face, Unsloth, Reflection, and Meta PyTorch. The committee coordinates project direction, major technical decisions, RFCs, and release planning through the public repository.
5656

57-
If you find a bug, have a feature request, or want to contribute a new environment, please open an issue or submit a pull request. The repository is hosted on GitHub at [meta-pytorch/OpenEnv](https://github.com/meta-pytorch/OpenEnv).
57+
If you find a bug, have a feature request, or want to contribute a new environment, please open an issue or submit a pull request. The repository is hosted on GitHub at [huggingface/OpenEnv](https://github.com/huggingface/OpenEnv).
5858

5959
```{warning}
6060
OpenEnv is currently in an experimental stage. You should expect bugs, incomplete features, and APIs that may change in future versions. The project welcomes bug fixes, but significant changes should be discussed before implementation so the technical committee and community can coordinate scope, compatibility, and release timing. Signal your intention to contribute in the issue tracker by filing a new issue or claiming an existing one.

docs/source/tutorials/browsergym-harness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install OpenEnv, TRL, and the BrowserGym environment package:
2222

2323
```bash
2424
pip install -U "trl[vllm]" peft trackio kernels
25-
pip install -U git+https://github.com/meta-pytorch/OpenEnv.git
25+
pip install -U git+https://github.com/huggingface/OpenEnv.git
2626
pip install -U "openenv-browsergym @ git+https://huggingface.co/spaces/openenv/browsergym_env"
2727
```
2828

@@ -124,6 +124,6 @@ BrowserGym episode per prompt, and returns `prompt_ids`, `completion_ids`,
124124

125125
## Full Example
126126

127-
See [`examples/browsergym_harness.py`](https://github.com/meta-pytorch/OpenEnv/blob/main/examples/browsergym_harness.py)
127+
See [`examples/browsergym_harness.py`](https://github.com/huggingface/OpenEnv/blob/main/examples/browsergym_harness.py)
128128
for a complete TRL-oriented helper that includes action normalization and a
129129
ready-to-use `build_browsergym_rollout_func`.

0 commit comments

Comments
 (0)