Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinkle23897 committed Oct 30, 2023
1 parent 1b6d48c commit 94ba831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envpool/core/state_buffer_queue_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST(StateBufferQueueTest, Basic) {
std::vector<ShapeSpec> specs{ShapeSpec(1, {10, 2, 4}),
ShapeSpec(4, {1, 2, 2})};
std::size_t batch = 32;
std::size_t num_envs = 500;
std::size_t num_envs = 50;
std::size_t max_num_players = 10;
StateBufferQueue queue(batch, num_envs, max_num_players, specs);
std::srand(std::time(nullptr));
Expand Down

0 comments on commit 94ba831

Please sign in to comment.