Here's what's popular on GitHub today...
Trending repository
-
Updated
Mar 29, 2022 - C
Game Bytes
Ludum Dare is an online event where games are made from scratch in a weekend. It’s the perfect excuse to build your first game or experiment with a new language / game engine.
Popular topic
Gradle
Trending repository
-
Updated
Mar 29, 2022 - Vue
Trending repository
Upcoming event recommended by GitHub
GitHub Presente com morgannadev, Levxyca & danielhe4rt
March 30, 2022 • Online
Trending repository
-
Updated
Mar 28, 2022 - Go
Trending repository
-
Updated
Mar 27, 2022 - TypeScript
Collection recommended by GitHub
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
App recommended by GitHub
webapp.io
Ship code faster with webapp.io
Developers move much faster using webapp.io to get per-branch review & E2E testing environments.
- Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
- Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like
npm installover and over again.
Trending repository
Vietnamese translation is incomplete and not fil at all with the original in english since #5826 was introduced.
Take english file as reference and complete and rewording
So task is translate again. Anybody?
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Mar 30, 2022
Trending repository
-
Updated
Dec 16, 2021
Trending repository
-
Updated
Mar 27, 2022 - C
Trending repository
We have a lot of is_prime (or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical
Trending repository
-
Updated
Mar 24, 2022 - C++
Trending repository
-
Updated
Mar 30, 2022 - JavaScript
Trending repository
-
Updated
Mar 29, 2022 - Cuda
Trending repository
-
Updated
Mar 22, 2022
Trending repository
-
Updated
Mar 30, 2022 - SCSS
Trending repository
Hi,
I am currently using your FinRL_PortfolioAllocation_NeurIPS_2020 code and I have some strange behavior at the beginning of training. Sometimes the first episode reward mean value is super high and then drops during the training as shown on the tensorboard plot. This high value is never reached again. Any idea why this is happening ?
Edit: I'm training PPO agent from stablebaselines3 wit
Trending repository
-
Updated
Mar 30, 2022 - Go
Trending repository
Trending repository
-
Updated
Mar 30, 2022 - Jinja
Trending repository
-
Updated
Mar 29, 2022 - Go
Trending repository
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Mar 30, 2022 - Python
App recommended by GitHub
Flaptastic
Manage flaky unit tests with the unit testing framework you already use.
Features
- Checkbox to instantly disable any unhealthy unit test across all branches
- GitHub flaky test warnings on pull requests
- Slack alerting to team channel who's test are flapping
- Metrics and charting to aid you in fixing the biggest disruptions first
Requirements
- CI/CD (CircleCI, TravisCI, Jenkins, etc.)
Flaptastic is designed for organizations with many codebases and teams.
XCTestCase.validateshould be split off into its own module for use outside ofAsyncAlgorithmstests. The module should be calledAsyncAlgorithms_XCTestso that perhaps we might be able to take advantage of cross-import overlays when/if that becomes a ratified thing for swift packages.