[RLlib] PyBullet Env native support via env str-specifier (if installed). (#12209)

This commit is contained in:
Sven Mika
2020-11-30 12:41:24 +01:00
committed by GitHub
parent b85c6abc3e
commit bb03e2499b
5 changed files with 47 additions and 5 deletions
@@ -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