From 35a192bbe878ae6d06fe972aaad686ba77d2ad05 Mon Sep 17 00:00:00 2001 From: poco_cpp Date: Thu, 5 Oct 2023 19:34:42 +0900 Subject: [PATCH] v0.12.2 --- history.md | 9 +++++++-- srl/version.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/history.md b/history.md index 2f816661..1cdd6165 100644 --- a/history.md +++ b/history.md @@ -1,11 +1,11 @@ # TODO list 1. tensorboard -1. (IMPALA) 1. get_valid_actions 1. tf/torchの互換パラメータの作成 -1. remote 1. train_countをparameter +1. kubernetes +1. (SEED RL) # v0.12.2 @@ -13,10 +13,15 @@ 1. [runner.remote] new: 複数PCの分散学習をとりあえず実装(multiprocessingによるIP通信) 1. [utils.serialize] new: runner.Config, runner.Context, RLConfig, EnvConfigにてjsonに変換できるdictを生成する to_json_dict を utils.serialize.py にまとめてリファクタリング +1. [algorithms] new: DreamerV2を追加 +1. [docs] new: 各アルゴリズムのハイパーパラメータの説明を追加(テスト導入)(とりあえずql,dqn) **OtherUpdates** 1. [runner.mp_debug] new: mpのdebug用に逐次でmpと似た動作をするmp_debugを追加(テスト導入) +1. [tests] change: simple_checkをpytestだけにし、またパラメータ指定もできるようにリファクタ +1. [vscode] dev: VSCodeの最新の状態に見直し +1. [docker] update: versionを最新の状態に更新 **Bug Fixes** diff --git a/srl/version.py b/srl/version.py index ee650319..f792f6fe 100644 --- a/srl/version.py +++ b/srl/version.py @@ -1 +1 @@ -VERSION = "0.12.1.2" +VERSION = "0.12.2"