Using Hydra Config instead of Config Class
- Updated config yaml file with configurations required for different objects
- Deleted Configuration Class
- Passed relevant configuration to objects of classes Reward, Env, ExperimentTracker, SafetyWrapper, ScenarioManager
- Type check for passed configs
- Used Hydra decorator to automatically fetch config yaml
- Resolves #1