Skip to content

Conversation

@Sir-Batman
Copy link
Member

Implements the refactoring of file names for the .pyx files. Includes
the renaming of the .pyx files to remove the _2, removes the deprecated
.py files from the directories, and renames the include statements
throughout the project to reflect the file name changes.
Changes to be committed:
deleted: agent_domain.py
renamed: agent_domain_2.pyx -> agent_domain.pyx
deleted: ccea.py
renamed: ccea_2.pyx -> ccea.pyx
deleted: reward.py
renamed: reward_2.pyx -> reward.pyx
modified: setup.py
modified: ../gym_example.py
modified: ../mods.py
modified: ../rover_domain_core_gym.py
modified: ../specifics.py

Implements the refactoring of file names for the .pyx files. Includes
the renaming of the .pyx files to remove the _2, removes the deprecated
.py files from the directories, and renames the include statements
throughout the project to reflect the file name changes.
 Changes to be committed:
	deleted:    agent_domain.py
	renamed:    agent_domain_2.pyx -> agent_domain.pyx
	deleted:    ccea.py
	renamed:    ccea_2.pyx -> ccea.pyx
	deleted:    reward.py
	renamed:    reward_2.pyx -> reward.pyx
	modified:   setup.py
	modified:   ../gym_example.py
	modified:   ../mods.py
	modified:   ../rover_domain_core_gym.py
	modified:   ../specifics.py
@Sir-Batman
Copy link
Member Author

Addresses issues with some file naming conventions and deprecated code as mentioned in #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants