An open API service indexing awesome lists of open source software.

https://github.com/comet-ml/rllib-example

Example of logging RLLib runs to Comet
https://github.com/comet-ml/rllib-example

Last synced: about 1 year ago
JSON representation

Example of logging RLLib runs to Comet

Awesome Lists containing this project

README

          

# Comet Logger with RLLib

An example for logging RLLib runs to Comet using a CustomLoggerCallback.

## Setup

Install dependencies

```bash
pip install -r requirements.txt
```

Set your API key

```
export COMET_API_KEY=
```

## To Run

**Note:** To run this example you will need a machine with at least 4 CPUs.

```
python comet_rllib_example.py
```

## Example Experiment
You can find an example of a completed run in this [Experiment](https://www.comet.ml/team-comet-ml/rllib-test/0d1f55a345e54b5ea915aff9ef85a4d2?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)