datamllab / rlcard

Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.

Home Page:http://www.rlcard.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beginner question

emanueleiacca opened this issue · comments

I am working on a file with in this path rlcard\BlackjackTraining\BJ_DQN_Train.py
Whenever I try to change something on the original rlcard I can't import the change here, for instance I defined a win_rate function with def function on utils but I can import only the function available on the original file (I saved correctly), can someone help me?