mirror of
https://github.com/gryf/coach.git
synced 2026-02-17 14:45:50 +01:00
Adding framework for multinode tests (#149)
* Currently runs CartPole_ClippedPPO and Mujoco_ClippedPPO with inverted_pendulum level.
This commit is contained in:
committed by
Balaji Subramaniam
parent
b461a1b8ab
commit
2c1a9dbf20
@@ -56,6 +56,8 @@ agent_params.pre_network_filter.add_observation_filter('observation', 'normalize
|
||||
# Environment #
|
||||
###############
|
||||
env_params = GymVectorEnvironment(level=SingleLevelSelection(mujoco_v2))
|
||||
# Set the target success
|
||||
env_params.target_success_rate = 1.0
|
||||
|
||||
########
|
||||
# Test #
|
||||
|
||||
Reference in New Issue
Block a user