diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5560dac --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Python +# __pycache__/ +# *.pyc +# *.pyo +# *.pyd +# *.pyw +# *.pyz \ No newline at end of file diff --git a/hw3/src/__pycache__/action_noise_wrapper.cpython-311.pyc b/hw3/src/__pycache__/action_noise_wrapper.cpython-311.pyc deleted file mode 100644 index fd8aa36..0000000 Binary files a/hw3/src/__pycache__/action_noise_wrapper.cpython-311.pyc and /dev/null differ diff --git a/hw3/src/__pycache__/critics.cpython-311.pyc b/hw3/src/__pycache__/critics.cpython-311.pyc deleted file mode 100644 index 695472c..0000000 Binary files a/hw3/src/__pycache__/critics.cpython-311.pyc and /dev/null differ diff --git a/hw3/src/__pycache__/logger.cpython-311.pyc b/hw3/src/__pycache__/logger.cpython-311.pyc deleted file mode 100644 index 0b8c73d..0000000 Binary files a/hw3/src/__pycache__/logger.cpython-311.pyc and /dev/null differ diff --git a/hw3/src/__pycache__/pg_agent.cpython-311.pyc b/hw3/src/__pycache__/pg_agent.cpython-311.pyc deleted file mode 100644 index 981b114..0000000 Binary files a/hw3/src/__pycache__/pg_agent.cpython-311.pyc and /dev/null differ diff --git a/hw3/src/__pycache__/policies.cpython-311.pyc b/hw3/src/__pycache__/policies.cpython-311.pyc deleted file mode 100644 index 0c1c2fe..0000000 Binary files a/hw3/src/__pycache__/policies.cpython-311.pyc and /dev/null differ diff --git a/hw3/src/__pycache__/pytorch_util.cpython-311.pyc b/hw3/src/__pycache__/pytorch_util.cpython-311.pyc deleted file mode 100644 index f48196f..0000000 Binary files a/hw3/src/__pycache__/pytorch_util.cpython-311.pyc and /dev/null differ diff --git a/hw3/src/__pycache__/utils.cpython-311.pyc b/hw3/src/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index c7aec5a..0000000 Binary files a/hw3/src/__pycache__/utils.cpython-311.pyc and /dev/null differ