Skip to content

Commit

Permalink
new scores
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 4, 2024
1 parent 88f20be commit 4e6e457
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 23 deletions.
7 changes: 7 additions & 0 deletions nonscored_submissions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fishing-v1-TD3-team_brandon.zip -> No module named 'algs'
fishing-v1-ARS-team_brandon.zip -> No module named 'algs'
fishing-v1-TQC-team_brandon.zip -> No module named 'algs'
fishing-v1-SAC-team_brandon.zip -> No module named 'algs'
fishing-v1-A2C-team_brandon.zip -> No module named 'algs'
fishing-v1-DDPG-team_brandon.zip -> No module named 'algs'
fishing-v1-TRPO-team_brandon.zip -> No module named 'algs'
10 changes: 5 additions & 5 deletions repo_urls.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
https://github.com/mlap/test-rl-leaderboard1
https://github.com/cboettig/carl-climate-agents/
https://github.com/mchxo/rl-fishing-test
https://github.com/tim08526/conservation-vanilla
https://github.com/cboettig/rl-tipping-points
https://github.com/Brandons42/rl-leaderboard-output
https://github.com/cboettig/carl-climate-agents/
https://github.com/mlap/test-rl-leaderboard
https://github.com/mlap/test-rl-leaderboard1
https://github.com/milliechapman/millie-conservation-agents
https://github.com/tim08526/conservation-vanilla
https://github.com/mchxo/rl-fishing-test
https://github.com/Brandons42/rl-leaderboard-output-fishing-v0
https://github.com/mlap/test-rl-leaderboard
46 changes: 28 additions & 18 deletions score_log.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,38 @@

[notice] A new release of pip is available: 23.0.1 -> 23.3.2
[notice] A new release of pip is available: 23.0.1 -> 24.0
[notice] To update, run: pip install --upgrade pip
cloning test-rl-leaderboard1
cloning rl-tipping-points
Creating virtual env...
Scoring model...
cloning rl-leaderboard-output
Creating virtual env...
Scoring model...
/home/runner/work/rl-leaderboard/rl-leaderboard/test-rl-leaderboard1/.virtualenv/lib/python3.8/site-packages/gym/envs/registration.py:307: DeprecationWarning: The package name gym_minigrid has been deprecated in favor of minigrid. Please uninstall gym_minigrid and install minigrid with `pip install minigrid`. Future releases will be maintained under the new package name minigrid.
fn()
No module named 'algs'
No module named 'algs'
No module named 'algs'
No module named 'algs'
No module named 'algs'
No module named 'algs'
No module named 'algs'
cloning carl-climate-agents
Creating virtual env...
Scoring model...
cloning rl-fishing-test
cloning test-rl-leaderboard
Creating virtual env...
Scoring model...
Traceback (most recent call last):
File "../score_model.py", line 2, in <module>
from stable_baselines3 import A2C, PPO, SAC, DDPG, TD3, DQN, HER
ModuleNotFoundError: No module named 'stable_baselines3'
Error with score_model.py for https://github.com/mchxo/rl-fishing-test
cloning conservation-vanilla
Creating virtual env...
Scoring model...
cloning rl-tipping-points
Creating virtual env...
Scoring model...
cloning rl-leaderboard-output
Error with score_model.py for https://github.com/mlap/test-rl-leaderboard
cloning test-rl-leaderboard1
Creating virtual env...
Scoring model...
Traceback (most recent call last):
File "../score_model.py", line 2, in <module>
from stable_baselines3 import A2C, PPO, SAC, DDPG, TD3, DQN, HER
ModuleNotFoundError: No module named 'stable_baselines3'
Error with score_model.py for https://github.com/Brandons42/rl-leaderboard-output
Error with score_model.py for https://github.com/mlap/test-rl-leaderboard1
cloning millie-conservation-agents
Creating virtual env...
Scoring model...
Expand All @@ -39,19 +41,27 @@ Traceback (most recent call last):
from stable_baselines3 import A2C, PPO, SAC, DDPG, TD3, DQN, HER
ModuleNotFoundError: No module named 'stable_baselines3'
Error with score_model.py for https://github.com/milliechapman/millie-conservation-agents
cloning rl-leaderboard-output-fishing-v0
cloning conservation-vanilla
Creating virtual env...
Scoring model...
Traceback (most recent call last):
File "../score_model.py", line 2, in <module>
from stable_baselines3 import A2C, PPO, SAC, DDPG, TD3, DQN, HER
ModuleNotFoundError: No module named 'stable_baselines3'
Error with score_model.py for https://github.com/Brandons42/rl-leaderboard-output-fishing-v0
cloning test-rl-leaderboard
Error with score_model.py for https://github.com/tim08526/conservation-vanilla
cloning rl-fishing-test
Creating virtual env...
Scoring model...
Traceback (most recent call last):
File "../score_model.py", line 2, in <module>
from stable_baselines3 import A2C, PPO, SAC, DDPG, TD3, DQN, HER
ModuleNotFoundError: No module named 'stable_baselines3'
Error with score_model.py for https://github.com/mlap/test-rl-leaderboard
Error with score_model.py for https://github.com/mchxo/rl-fishing-test
cloning rl-leaderboard-output-fishing-v0
Creating virtual env...
Scoring model...
Traceback (most recent call last):
File "../score_model.py", line 2, in <module>
from stable_baselines3 import A2C, PPO, SAC, DDPG, TD3, DQN, HER
ModuleNotFoundError: No module named 'stable_baselines3'
Error with score_model.py for https://github.com/Brandons42/rl-leaderboard-output-fishing-v0

0 comments on commit 4e6e457

Please sign in to comment.