Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
BY571 committed Oct 5, 2024
1 parent 9199a2c commit 9ce1902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_env_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ def test_sac_agent(agent, env, device):
env, action_space, state_space = make_env(cfg)
# Create agent
agent, _ = get_agent(action_space, state_space, cfg)
print(agent)
# Test data collection
collection_round(env, agent, max_steps=10)

0 comments on commit 9ce1902

Please sign in to comment.