Skip to content

Commit

Permalink
added Slack channel & QQ Group; added tensorflow-gpu install requirem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
hsywhu committed Jan 13, 2021
1 parent f34485d commit 3e704a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ For your information, there is a nice online evaluation platform [pokerwars](htt
## More Documents
For more documentation, please refer to the [Documents](docs/README.md) for general introductions. API documents are available at our [website](http://www.rlcard.org).

## Community
**Slack**:
Discuss in our [#rlcard-project](https://join.slack.com/t/rlcard/shared_invite/zt-l4qbarxs-mtBrjBRpYIMq4Re4jvYpWQ) slack channel.

**QQ Group**:
Join our QQ group 665647450. Password: rlcardqqgroup

## Contributing
Contribution to this project is greatly appreciated! Please create an issue for feedbacks/bugs. If you want to contribute codes, please refer to [Contributing Guide](./CONTRIBUTING.md).

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

extras = {
'torch': ['torch>=1.3', 'matplotlib>=3.0'],
'tensorflow': ['tensorflow>=1.14,<2.0', 'matplotlib>=3.0']
'tensorflow': ['tensorflow>=1.14,<2.0', 'matplotlib>=3.0'],
'tensorflow-gpu': ['tensorflow-gpu>=1.14,<2.0', 'matplotlib>=3.0'],
}

def _get_version():
Expand Down

0 comments on commit 3e704a2

Please sign in to comment.