Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocokhc committed Oct 5, 2023
1 parent 0b87d38 commit 35a192b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# 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

**MainUpdates**

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**

Expand Down
2 changes: 1 addition & 1 deletion srl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.12.1.2"
VERSION = "0.12.2"

0 comments on commit 35a192b

Please sign in to comment.