Skip to content

Commit

Permalink
Adds back the train.learner_test now that we have a fix for the error…
Browse files Browse the repository at this point in the history
… from tf.distributed that is only related to the unit test.

PiperOrigin-RevId: 522201193
Change-Id: If1cbf59d465d4edf88d50c1b4289cb727e23d2bf
  • Loading branch information
tfboyd authored and copybara-github committed Apr 6, 2023
1 parent 5da132e commit c3bc544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions broken_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ agents.cql.cql_sac_agent_test # b/239448722
environments.suite_atari_test # b/201537188
examples.cql_sac.kumar20.dataset.file_utils_test # b/199583100
examples.cql_sac.kumar20.dataset.dataset_utils_test # b/199583100
examples.cql_sac.kumar20.cql_sac_train_eval_test # b/199583100
train.learner_test # b/274504707
examples.cql_sac.kumar20.cql_sac_train_eval_test # b/199583100
3 changes: 1 addition & 2 deletions broken_tests_gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ replay_buffers.episodic_replay_buffer_driver_test # b/199587793
replay_buffers.episodic_replay_buffer_test # b/199587793
networks.q_rnn_network_test # b/237573967
networks.actor_distribution_rnn_network_test # b/237573967
agents.ddpg.critic_rnn_network_test # b/237573967
train.learner_test # b/274504707
agents.ddpg.critic_rnn_network_test # b/237573967
3 changes: 1 addition & 2 deletions test_individually.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ system.multiprocessing_test
# TestSuite.
environments.random_py_environment_test
environments.random_tf_environment_test
# Removing temporarily due to b/274504707
# train.learner_test
train.learner_test

0 comments on commit c3bc544

Please sign in to comment.