Skip to content

Commit

Permalink
chore: add hasac test
Browse files Browse the repository at this point in the history
  • Loading branch information
sash-a committed Oct 22, 2024
1 parent 5fcfcf2 commit 64325d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ppo.anakin.rec_mappo",
]
q_learning_systems = ["q_learning.anakin.rec_iql"]
sac_systems = ["sac.anakin.ff_isac", "sac.anakin.ff_masac"]
sac_systems = ["sac.anakin.ff_isac", "sac.anakin.ff_masac", "sac.anakin.ff_hasac"]

discrete_envs = ["gigastep", "lbf", "matrax", "rware", "smax"]
cnn_envs = ["cleaner", "connector"]
Expand Down

0 comments on commit 64325d7

Please sign in to comment.