amaljoe88's picture
deploy: sync 712e5bc -> HF
cf6c0e0
Raw
History Blame Contribute Delete
1.54 kB
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Docs</title></head>
<body>
<nav>
<div>
<span>Docs</span>
<div>
<a href="#">Guide</a>
<a href="#">API Reference</a>
<a href="#">Examples</a>
</div>
</div>
<div>🔍 Search docs...</div>
</nav>
<div>
<aside>
<p>Getting Started</p>
<nav>
<a>Introduction</a>
<a>Installation</a>
<a>Quick Start</a>
</nav>
<p>Core Concepts</p>
<nav>
<a>Environments</a>
<a>Actions & Obs</a>
<a>Rewards</a>
</nav>
<p>API</p>
<nav>
<a>POST /reset</a>
<a>POST /step</a>
<a>GET /state</a>
</nav>
</aside>
<main>
<div>
<span>Docs</span><span></span><span>Getting Started</span><span></span><span>Introduction</span>
</div>
<h1>Introduction</h1>
<p>OpenEnv is a standard HTTP interface for building reinforcement learning environments. It provides a simple REST API that any agent can interact with, regardless of programming language.</p>
<div>
<p>INSTALLATION</p>
<code>pip install openenv-core</code>
</div>
<h2>How it works</h2>
<p>Each environment exposes three endpoints: <code>/reset</code> to start an episode, <code>/step</code> to submit an action, and <code>/state</code> to inspect current state.</p>
<div>
<button>Next: Installation →</button>
</div>
</main>
</div>
</body>
</html>