Skip to content
/ DeepRS Public

Regional Stochastic Risk-sensitive Satisficing (RS^2)

Notifications You must be signed in to change notification settings

astrfo/DeepRS

Repository files navigation

DeepRS

使い方

GitHubからクローンして,仮想環境でrequirements.txtをインストールしてください.

git clone https://github.com/takalabo/DeepRS.git
cd DeepRS
pip install -r requirements.txt

パラメータ,環境の設定

ここからここがパラメータと環境になっているため,ここを変更してください.

algo = 'sRSRS' #頭にsが付いているアルゴリズムはCNNなし
sim = 1
epi = 1000
alpha = 0.01
gamma = 0.9
epsilon = 0.1
tau = 0.1
hidden_size = 8
memory_capacity = 10**4
batch_size = 32
sync_interval = 20
neighbor_frames = 4
aleph = 0.5
warmup = 10
k = 5
zeta = 0.01

実行方法

python main.py

Releases

No releases published

Packages

No packages published

Languages