Coder Social home page Coder Social logo

competition-record-action's People

Contributors

jean-eudes-le-retour avatar omichel avatar thomasoliverkimble avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

competition-record-action's Issues

Refactoring the action inputs

Currently the action uses environment variables as inputs. GitHub provides inputs for actions which have extra functionalities like making inputs required, adding a helpful description or settings a default value.

We could also split the first parameter INPUT_INDIVIDUAL_EVALUATION into its three separate inputs (id:repository:private) as it would make the code more understandable and easier to maintain in the future. This would require to also modify the competition workflow files to use said inputs.

Display a link to the log

On the leaderboard and participants.json file, we should include a link to the log of the GitHub action corresponding to the last game of each competitor. That would facilitate the understanding that the log is available and corresponds to a specific game.

Use IPC communication instead of TCP

The current implementation uses TCP/IP to communicate between the controller container and the Webots container.
However, Webots also supports using IPC to communicate across containers through a shared volume containing shared memory segments and pipes. Such a solution is faster than using TCP, especially for camera and lidar images. Therefore, we should use this approach instead of TCP/IP.

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.