Skip to content

Commit

Permalink
Minor cleanup in test_vectorized_core
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-il-forte committed Dec 9, 2023
1 parent d5f9e30 commit 86fc83c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/core/test_vectorized_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ def run_exp_episodic(env_backend, agent_backend):

print('- learn n_episodes=25 n_episodes_per_fit=5')
core.learn(n_episodes=25, n_episodes_per_fit=5)

# print('- learn n_episode=100 n_episodes_per_fit=150') # FIXME add proper support for this configuration
# core.learn(n_episodes=100, n_steps_per_fit=150)


def test_vectorized_core():
print('# CPU test')
Expand Down

0 comments on commit 86fc83c

Please sign in to comment.