datamllab / rlcard

Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
http://www.rlcard.org
MIT License
2.78k stars 615 forks source link

Beginner question #316

Closed emanueleiacca closed 2 months ago

emanueleiacca commented 3 months ago

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?