Skip to content

Commit 8ed3bac

Browse files
committed
chg gamm 0.999 -> 0.7
1 parent 82449e7 commit 8ed3bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
device = ("cuda" if torch.cuda.is_available() else "cpu")
1010

1111

12-
GAMMA = 0.999 # 時間割引率
12+
GAMMA = 0.7 # 時間割引率
1313
NUM_EPISODES = 50 # 最大試行回数 これを行うごとにネットワークを比較する
1414
BATCH_SIZE = 100
1515
epoch_num = 1 # 学習する回数

0 commit comments

Comments
 (0)