Skip to content

Commit

Permalink
1.0.0 Beta Release (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn authored Jun 7, 2022
1 parent 3c8c863 commit ee262da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tool.poetry]
name = "cleanrl"
version = "0.5.0"
version = "1.0.0-beta.0"
description = "High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features"
authors = ["Costa Huang <[email protected]>"]
include = ["cleanrl_utils"]
keywords = ["reinforcement", "machine", "learning", "research"]
license="MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.7.1,<3.10"
Expand Down

1 comment on commit ee262da

@vercel
Copy link

@vercel vercel bot commented on ee262da Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cleanrl – ./

cleanrl-git-master-vwxyzjn.vercel.app
cleanrl-vwxyzjn.vercel.app
cleanrl.vercel.app
docs.cleanrl.dev

Please sign in to comment.