Skip to content
Snippets Groups Projects
  1. Mar 29, 2023
  2. Mar 24, 2023
    • emailweixu's avatar
      Gracious quit of FastParallelEnvironment (#1456) · 997084ae
      emailweixu authored
      * Gracious quit of fast_parallel_environment
      
      Previously, when there are a lot of parallel environments, ctrl-C often cannot terminate
      the training successfully. Although "ctrl-|" can be used to terminate, it leaves the
      system is a bad state which subsequent training often fails.
      
      This PR make the ProcessEnvironment detect the KeyboardInterrupt and inform the main
      process to quit by throwing an exception. This exception will be handled in python
      code and thus calling FastParallelEnvironment.close() to graciouly terminate all
      the processes.
      
      * Showing progress for closing all processes
  3. Mar 23, 2023
  4. Mar 22, 2023
  5. Mar 18, 2023
  6. Mar 17, 2023
    • emailweixu's avatar
      FastParallelEnvironment (#1442) · e8bcfb33
      emailweixu authored
      * FastParallelEnvironment
      
      * Address comments
      
      Also fixed a bug of not copying step and reset result.
      
      * Address comments
      
      * Fix unittests
      
      * Improve setup.py
      
      pybind11 is not always available. Add it as a prerequisite for setup in pyproject.toml
      e8bcfb33
  7. Mar 16, 2023
  8. Mar 14, 2023
  9. Mar 13, 2023
    • Haonan Yu's avatar
      Pr alf upgrade (#1437) · d2ea7abb
      Haonan Yu authored
      * update cicd docker and alf gpu docker usage
      
      * update alf software dependencies for cuda 11.4
      
      * fix cicd docker file dependencies
      
      * upgrade absl-py to be compatible with py38
      
      * numpy version fixed to 1.23
      
      * np.asscalar is deprecated in new numpy
      
      * simple_value no longer works after upgrading
      
      * skip test_mbrl_latent_pendulum
      
      * upgrade tensorboard to 2.6.0
      
      * upgrade cnest to 1.1.1 (fixed segfault)
      
      * revert test case comments
      d2ea7abb
  10. Mar 11, 2023
  11. Mar 07, 2023
  12. Mar 06, 2023
  13. Feb 24, 2023
  14. Feb 22, 2023
  15. Feb 18, 2023
  16. Feb 17, 2023
  17. Feb 15, 2023
  18. Feb 14, 2023
  19. Feb 07, 2023
  20. Jan 11, 2023
  21. Dec 30, 2022
  22. Dec 20, 2022
  23. Nov 22, 2022
  24. Nov 12, 2022
  25. Nov 10, 2022
  26. Nov 02, 2022
Loading