Skip to content
  • Maddila Siva Sri Prasanna's avatar
    ae7219ec
    Fixing from_checkpoint.py and removing base python version requirement · ae7219ec
    Maddila Siva Sri Prasanna authored
    Removing the default requirement of python created by the virtualenv.
    This is due to updates on the remote servers, so 3.8 is no longer
    default. Note that this may (and has) caused bugs with
    from_checkpoint.py - All RLlib algorithm checkoints are saved using
    pickle, which is python-version-dependent !!!
    
    Speaking of from_checkpoint.py, it currently works for PG/PPO
    non-recurrent policies only ! QMIX is broken (again :(), and the
    recurrent policies need more arguments when calling
    compute_single_action.
    ae7219ec
    Fixing from_checkpoint.py and removing base python version requirement
    Maddila Siva Sri Prasanna authored
    Removing the default requirement of python created by the virtualenv.
    This is due to updates on the remote servers, so 3.8 is no longer
    default. Note that this may (and has) caused bugs with
    from_checkpoint.py - All RLlib algorithm checkoints are saved using
    pickle, which is python-version-dependent !!!
    
    Speaking of from_checkpoint.py, it currently works for PG/PPO
    non-recurrent policies only ! QMIX is broken (again :(), and the
    recurrent policies need more arguments when calling
    compute_single_action.
Loading