Skip to content

Instantly share code, notes, and snippets.

@ethanabrooks
Created August 24, 2022 22:12
Show Gist options
  • Save ethanabrooks/99a420a1fa4ce9e9488c9fc409d02cd4 to your computer and use it in GitHub Desktop.
Save ethanabrooks/99a420a1fa4ce9e9488c9fc409d02cd4 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "ppo"
version = "0.1.0"
description = ""
authors = ["Logan Walls <2934282+LoganWalls@users.noreply.github.com>", "Ethan Brooks <ethanabrooks@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
ml-collections = "^0.1.1"
jaxlib = "0.3.0"
jax = "0.3.6"
tensorflow = "^2.9.1"
flax = "0.5.2"
clu = "^0.0.7"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment