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
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
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Axolo for Slack
Enable your team to merge pull requests faster
Axolo is a bi-directional Slack & GitHub integration.
With Axolo, tech teams collaborate on pull requests seamlessly. Each pull request creates a temporary Slack channel where all information (deployments, GitHub actions, code comments) are shared. Developers can take actions directly within Slack such as requesting a review, updating labels, approving a pull request, and more.
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
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Mar 29, 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 27, 2022 - JavaScript
Trending repository
-
Updated
Mar 24, 2022 - Cuda
Trending repository
-
Updated
Mar 22, 2022
Trending repository
-
Updated
Mar 28, 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 29, 2022 - Go
Trending repository
Trending repository
-
Updated
Mar 28, 2022 - Jinja
Trending repository
-
Updated
Mar 29, 2022 - Go
Trending repository
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Mar 29, 2022 - Python
App recommended by GitHub
Cloud 66 Skycap
Skycap is a container-native Continuous Delivery Pipeline. It takes your code from any git repository, and allows you to build your image in a reliable, secure, and repeatable way.
Skycap runs your Docker build workflow step by step for multiple images. It comes complete with an intuitive UI & private Docker repository.
Combine with Maestro for an end-to-end solution.
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.