Skip to content

Commit

Permalink
Add to train-play test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haichao-Zhang committed Dec 19, 2023
1 parent 92e40ba commit 944496e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions alf/bin/train_play_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,11 @@ def test_causal_bc_pendulum(self):
conf_file='./hybrid_rl/causal_bc_pendulum_conf.py',
extra_train_params=OFF_POLICY_TRAIN_PARAMS)

def test_smodice_pendulum(self):
self._test(
conf_file='./smodice_pendulum_conf.py',
extra_train_params=OFF_POLICY_TRAIN_PARAMS)

def test_iql_pendulum(self):
self._test(
conf_file='./hybrid_rl/iql_pendulum_conf.py',
Expand Down

0 comments on commit 944496e

Please sign in to comment.