You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messages - rewrite this section to be about env/agent
Move API keys to developer section (since they're discussed in the context of unit tests)
Check async vs sync. Things like reset are async now, I think
export_frame - let's not make this abstract; no one uses it
Move README for individual environments to their subdirectories; in the main README, just provide a one-sentence overview, install command, and link to the README
[?] Can we hide type hinting from the examples? It would reduce clutter and information density. We can just mention in a section that the library is fully typed
Add Jupyter Notebook/Colab notebook section - include Python 3.11 install and note that async can be used in notebooks
The text was updated successfully, but these errors were encountered:
export_frame
- let's not make this abstract; no one uses itThe text was updated successfully, but these errors were encountered: