-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sk): fix stochastic_muzero_model_mlp.py with chance encoder (#284)
* fix(sk): Fix stochastic_muzero mlp model issues with chance encoder Enabled - Use chance_space_size in dynamics_network. - Update _dynamics method to encode action with chance_space_size. - Use afterstate_dynamics_network instead of dynamics_network in _afterstate_dynamics method. Signed-off-by: Shivam Kumar <kumar.shivam.jarvis@gmail.com> * feature(sk): Modify cartpole env to add support for chance values Added for testing chance encoder with stochastic muzero Signed-off-by: Shivam Kumar <kumar.shivam.jarvis@gmail.com> --------- Signed-off-by: Shivam Kumar <kumar.shivam.jarvis@gmail.com> Co-authored-by: 蒲源 <48008469+puyuan1996@users.noreply.github.com>
- Loading branch information
1 parent
0fe817e
commit 761bfa9
Showing
3 changed files
with
41 additions
and
26 deletions.
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
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
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