Skip to content

Instantly share code, notes, and snippets.

@avnishn
Created March 27, 2023 18:02
Show Gist options
  • Save avnishn/c8599a9947edcd9934421713ed82f175 to your computer and use it in GitHub Desktop.
Save avnishn/c8599a9947edcd9934421713ed82f175 to your computer and use it in GitHub Desktop.
from ray.rllib.offline.json_reader import JsonReader
reader = JsonReader("/tmp/out/1d49a5b30e52401fa09809dc8bdc8e3e_000000.json")
print(next(reader.read_all_files()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment