-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dreamerクラスの実装 #47
Merged
Merged
Dreamerクラスの実装 #47
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8c54b1d
Merge branch 'feature/#36array-voc-state-env-wrapper' into feature/#3…
Geson-anko 5764a83
ADD registering names for replay buffer
Geson-anko 2faf49f
ADD Dreamer (wip)
Geson-anko cae808f
ADD trainer (wip)
Geson-anko 63fd8c9
ADD eval and train
Geson-anko 9894368
とりあえず動作確認はなしで作るだけつくった
Geson-anko efee645
ADD test_dreamer.py
cehl-kurage 098a6b8
merge main
cehl-kurage 8ff4ed4
ADD dummy layer to dummy classes
cehl-kurage 9de156c
ADD test__init__, test_configure_optimizers, test_collect_experiences
cehl-kurage 82e1e7a
ADD import
cehl-kurage 6391085
Fix as_tensor
cehl-kurage c8c25cf
ADD test_world_training_step
cehl-kurage 1dd2261
Removed print() for debug
cehl-kurage 961b1e0
Fix as_tensor arguments
cehl-kurage e2aef99
Fix test_world_training_step
cehl-kurage bb49717
Fix loss computation
cehl-kurage 9cdca39
Fix the order of wrapping env
cehl-kurage 1440aef
Fix optimizer and initializing instances
cehl-kurage 85b596a
Fix device, dtype
cehl-kurage b338372
ADD test_controller_training_step
cehl-kurage 35100dd
Fix device, dtype
cehl-kurage b6814b4
ADD configure_replay_buffer
cehl-kurage a81d124
ADD test_evaluation_step
cehl-kurage c85a75c
ADD test_configure_replay_buffer
cehl-kurage 1c97d61
Fix configure_replay_buffer
cehl-kurage 6af48f3
pre-commit
cehl-kurage 83f26f4
ADD docstring for configure_replay_buffer, __init__ and removed some …
cehl-kurage c4a32f9
ADD docstring for configure_replay_buffer, __init__ and removed some …
cehl-kurage 722cef9
Fix attributes of Dreamer and type annotation in World
cehl-kurage 050a78e
marge remote
cehl-kurage File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ACTION = "action" | ||
VOC_STATE = "voc_state" | ||
GENERATED_SOUND = "generated_sound" | ||
TARGET_SOUND = "target_sound" | ||
DONE = "done" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここの変更は何によって生まれたのでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
記憶にない変更です...(??)
もとに戻しておきます