mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
[RLlib] PyBullet Env native support via env str-specifier (if installed). (#12209)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
cartpole-sac:
|
||||
env: CartPoleContinuousBulletEnv-v0
|
||||
run: SAC
|
||||
stop:
|
||||
episode_reward_mean: 100
|
||||
timesteps_total: 100000
|
||||
config:
|
||||
# Works for both torch and tf.
|
||||
framework: tf
|
||||
Reference in New Issue
Block a user