Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Starting to reassign waiting_step in shmem_vecenv (openai#915)
"self.waiting_step" is initialized in __init__ function but it is not reassigned anywhere. Because it is used in reset function and close_extras function, it should be fixed. So i fixed it to be similar with subproc_vec_env's one.
- Loading branch information