Skip to content

Commit

Permalink
chore: update docs/json_tooling_usage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha <[email protected]>
  • Loading branch information
RuanJohn and sash-a authored Feb 27, 2024
1 parent 807555e commit c831df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json_tooling_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To write data to the logger, the `write` method takes in the following arguments
* `evaluation_step`: the number of evaluations that have been performed so far.
* `is_absolute_metric`: a boolean flag indicating whether an absolute metric is being logged.

Suppose a the `4`th evaluation is being performed at environment timestep `40000` for the `episode_return` metric with a value of `12.9` then the `write` method could be used as follows:
Suppose the `4`th evaluation is being performed at environment timestep `40000` for the `episode_return` metric with a value of `12.9` then the `write` method could be used as follows:

```python
json_logger.write(
Expand Down

0 comments on commit c831df1

Please sign in to comment.