Skip to content

Commit

Permalink
removed duplicate files and importad most recent core from main
Browse files Browse the repository at this point in the history
  • Loading branch information
JorasOliveira committed Feb 23, 2024
1 parent 64bd09a commit d232510
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 965 deletions.
269 changes: 0 additions & 269 deletions DSSE/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions DSSE/basic_env.py

This file was deleted.

Empty file removed DSSE/core/environment/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions DSSE/core/environment/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import pygame
from pettingzoo.utils.env import ParallelEnv
import time
from .generator.map import generate_map
from .generator.dynamic_probability import probability_matrix
from core.environment.generator.map import generate_map
from core.environment.generator.dynamic_probability import probability_matrix


class DroneSwarmSearch(ParallelEnv):
Expand Down
Empty file.
Binary file removed DSSE/docs/gifs/render_with_grid_gradient.gif
Binary file not shown.
Binary file removed DSSE/docs/pics/fail_render.png
Binary file not shown.
Binary file removed DSSE/docs/pics/victory_render.png
Binary file not shown.
1 change: 0 additions & 1 deletion core/__init__.py

This file was deleted.

Loading

0 comments on commit d232510

Please sign in to comment.