Cleanup: drop unused bool() casts and stale comment
- `args.fsdp` is already a bool after `_process_fsdp_args`, so wrapping
it with `bool(...)` in trainer.py was redundant.
- Remove the explanatory comment above `state_dict_type` default; the
docstring already covers it.