Skip to content

Commit

Permalink
removing obsolete scripts and environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Aug 12, 2024
1 parent bd443ae commit 3d46bf5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1,168 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 'lg3_envs.py` that use ilqgames-based Guard agent
- 'matplotlib' dependency for testing group


### Fixed

- Cleaning up inaccurate docstring

### Changed

- Updated `example_eval_cfg.yaml` and related instructions in README to point to the private-source LBG1_LG3_I2_V1 environment

### Removed

- 'scripts/basic_evade_v20220509001.py' to cleanup unused code
- obsolete `pe20220516` environments


## [v0.6.2] - 2024.07.01

### Added
Expand Down
59 changes: 0 additions & 59 deletions scripts/basic_evade_v20220509001.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/kspdg/agent_api/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class of (not instance of) KSPDG environment to run agent within
runner_timeout : float
total time to run agent-environment pair,
if None, wait for environment done
action_rollout_time_horizon : float
amount of time to allocate for an action to rollout in the environment
before a new action is queried from the agent
debug : bool
if true, set logging level to debug
"""
Expand Down Expand Up @@ -148,7 +145,6 @@ def policy_loop(self):
if action is not None:
self.act_conn_send.send(action)


# check for agent timeout
if self.runner_timeout is not None:
if time.time() - policy_loop_start > self.runner_timeout:
Expand Down
3 changes: 0 additions & 3 deletions src/kspdg/pe20220516/__init__.py

This file was deleted.

Loading

0 comments on commit 3d46bf5

Please sign in to comment.