All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Cogment Lab can now be used with Text spaces in Gymnasium
- Added support for gradio-based web UIs
- Web UI now receives both the observation and the rendered frame
- Web UI can work on http and https
cogmentlab install
no longer requires root access
- The
cogmentlab
command now uses thecogment
executable stored in$COGMENT_LAB_HOME/cogment
. This might require rerunningcogmentlab install
or updating the environment variable.
- Added an optional progress bar to data collection, with tqdm as a new dependency
- jinja2 is now correctly a dependency
- Added guided tutorial notebooks
- Added an option to customize the orchestrator and datastore ports
- Added ParallelEnvironment as a default export from envs
- Added a placeholder image for the web UI
- Updated the uvicorn dependency to require the [standard] option
- Fixed a breaking bug in ParallelEnv
- Fixed some type issues, ignore some spurious warnings
- Dropped OpenCV as a requirement
- Initial release