Sarsa(lambda)理解

上代碼 import numpy as np import pandas as pd class RL(object): def __init__(self, action_space, learning_rate=0.01, reward_decay=0.9, e_greedy=0.9): self.actions = action_space # a list
相關文章
相關標籤/搜索