discard set_defaults

RLBase.set_default() method was meant to help create a copy of original attribute values to be used in reset() methods, and avoid introducing unintended attributes using set_params(). However, these are not used in the code and only produces more clutter. I should discard this method and modify set_params() such that it allows attribute introduction.