Skip to content

Commit

Permalink
Merge pull request #6 from datamllab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
daochenzha authored Sep 14, 2019
2 parents 2c04663 + 3f72ef7 commit 2ba6e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RLCard: A Toolkit for Reinforcement Learning in Card Games
[![Build Status](https://travis-ci.org/datamllab/RLCard.svg?branch=master)](https://travis-ci.org/datamllab/RLCard)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/248eb15c086748a4bcc830755f1bd798)](https://www.codacy.com/manual/daochenzha/rlcard?utm_source=github.com&utm_medium=referral&utm_content=datamllab/rlcard&utm_campaign=Badge_Grade)

RLCard is a opensource toolkit for developing Reinforcement Learning (RL) algorithms in card games. It supports multiple challenging card game environments with common and easy-to-use interfaces. The goal of the toolkit is to enable more people to study game AI and push forward the research of imperfect information games. RLCard is developed by [DATA Lab](https://faculty.cs.tamu.edu/xiahu/) at Texas A&M University. **NOTE: The project is still in final testing!**

Expand Down
2 changes: 1 addition & 1 deletion rlcard/games/limitholdem/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self):
'''

super().__init__()

# Some configarations of the game
# These arguments can be specified for creating new games

Expand Down
2 changes: 1 addition & 1 deletion rlcard/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def is_single(cards):
Args:
cards (list): A list of Card object
Returns:
(boolean): True if the list is single
'''
Expand Down

0 comments on commit 2ba6e2a

Please sign in to comment.