Giter Site home page Giter Site logo

Comments (5)

jkterry1 avatar jkterry1 commented on July 20, 2024 2

The issue is this code is not compatible with python 3.7, which has been out since June 27, 2018.

justinkterry@Prophet:~/Documents/MADRL/rltools/rltools$ flake8 util.py
util.py:37:17: W605 invalid escape sequence '\_'
util.py:37:28: W605 invalid escape sequence '\_'
util.py:59:80: E501 line too long (94 > 79 characters)
util.py:71:80: E501 line too long (101 > 79 characters)
util.py:141:80: E501 line too long (96 > 79 characters)
util.py:142:80: E501 line too long (93 > 79 characters)
util.py:150:80: E501 line too long (93 > 79 characters)
util.py:157:46: W606 'async' and 'await' are reserved keywords starting with Python 3.7
util.py:157:50: E999 SyntaxError: invalid syntax
util.py:164:80: E501 line too long (91 > 79 characters)
util.py:164:80: W606 'async' and 'await' are reserved keywords starting with Python 3.7
util.py:229:80: E501 line too long (96 > 79 characters)
util.py:273:80: E501 line too long (88 > 79 characters)
util.py:274:80: E501 line too long (88 > 79 characters)

@rejuvyesh could you please fix this?

from madrl.

anirudhajitani avatar anirudhajitani commented on July 20, 2024 1

I fixed the problem of not being able to clone the repo recursively by generating and adding the ssh-key to my github account. Even then, I'm seeing the same error.

from madrl.

jkterry1 avatar jkterry1 commented on July 20, 2024 1

These environments are all now maintained in pettingzoo (https://www.pettingzoo.ml/sisl)

from madrl.

rejuvyesh avatar rejuvyesh commented on July 20, 2024

You need to git checkout the correct commit as you would get by recursive clone.

from madrl.

xiaominy avatar xiaominy commented on July 20, 2024

have you fix this problem?

from madrl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.