Maintenance Announcement : gitlab.aicrowd.com will be undergoing scheduled maintenance between 27th August, 18:00 CEST - 27th August, 23:59 CEST. Some instabilities are to be expected, particularly around GIT-LFS interactions. If you are affected by any instability in the course of participation in an ongoing challenge, please reach out to us at devops@aicrowd.com.

  • Erik Nygren's avatar
    Refactoring: Intdocued fix_agents function. · ed12d9c1
    Erik Nygren authored
    At each step we first check for possible malfunctions.
    THen we apply them and do all the agent steps
    At the end we look at what agents should be fixed. This lead so to:
    
    Current malfunction value says how many step calls are necessary till agent can move again
    
    e.g. malfunction = 2, we have to call step() twice untill the agent can move again.
    ed12d9c1
rail_env.py 38.5 KB